From caf349cfd1ce1f3bb6eb4ec8ef6e3f0c23777ada Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 24 May 2026 09:26:23 +0200 Subject: [PATCH] Remove Windows 24H2 requirement --- README.fr.md | 4 ++-- README.md | 4 ++-- winget/libre-soft-base-libreoffice.yaml | 9 +-------- winget/libre-soft-base-onlyoffice.yaml | 9 +-------- winget/libre-soft-start-pack.yaml | 9 +-------- 5 files changed, 7 insertions(+), 28 deletions(-) diff --git a/README.fr.md b/README.fr.md index 5065f26..60f2612 100644 --- a/README.fr.md +++ b/README.fr.md @@ -4,7 +4,7 @@ Petite boîte à outils Windows pour installer des packs de logiciels libres avec `winget` et supprimer certaines applications intégrées à Windows. -[![Windows](https://img.shields.io/badge/Windows-11%2024H2+-0078D4?style=flat-square&logo=windows&logoColor=white)](#prerequis) +[![Windows](https://img.shields.io/badge/Windows-10%20%2F%2011-0078D4?style=flat-square&logo=windows&logoColor=white)](#prerequis) [![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#packs-automatises) [![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#installateur-interactif) [![Licence](https://img.shields.io/badge/licence-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE) @@ -38,7 +38,7 @@ Active d'abord la prise en charge des configurations winget : winget configure --enable ``` -Les packs YAML automatisés déclarent actuellement un prérequis **Windows 11 24H2** ou plus récent. +Les packs YAML automatisés n'imposent pas de version précise de Windows. Ils nécessitent un système Windows avec la prise en charge des configurations winget activée. ## Installateur Interactif diff --git a/README.md b/README.md index be485fd..1cd4980 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Small Windows toolkit to install libre software packs with `winget` and remove selected built-in Windows apps. -[![Windows](https://img.shields.io/badge/Windows-11%2024H2+-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements) +[![Windows](https://img.shields.io/badge/Windows-10%20%2F%2011-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements) [![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#automated-packs) [![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#interactive-installer) [![License](https://img.shields.io/badge/license-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE) @@ -36,7 +36,7 @@ Enable winget configuration support first: winget configure --enable ``` -The automated YAML packs currently assert **Windows 11 24H2** or newer. +The automated YAML packs do not enforce a specific Windows release. They require a Windows system with winget configuration support enabled. ## Interactive Installer diff --git a/winget/libre-soft-base-libreoffice.yaml b/winget/libre-soft-base-libreoffice.yaml index 51ac5f9..b5df4fd 100644 --- a/winget/libre-soft-base-libreoffice.yaml +++ b/winget/libre-soft-base-libreoffice.yaml @@ -1,13 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 properties: configurationVersion: 0.2.0 - assertions: - - resource: Microsoft.Windows.Developer/OsVersion - directives: - description: Verify min OS version requirement (Windows 11 24H2) - allowPrerelease: true - settings: - MinVersion: '10.0.26100' resources: - resource: Microsoft.WinGet.DSC/WinGetPackage id: Package.VLC @@ -43,4 +36,4 @@ properties: securityContext: elevated settings: id: TheDocumentFoundation.LibreOffice - source: winget \ No newline at end of file + source: winget diff --git a/winget/libre-soft-base-onlyoffice.yaml b/winget/libre-soft-base-onlyoffice.yaml index 1226b6d..e2110d9 100644 --- a/winget/libre-soft-base-onlyoffice.yaml +++ b/winget/libre-soft-base-onlyoffice.yaml @@ -1,13 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 properties: configurationVersion: 0.2.0 - assertions: - - resource: Microsoft.Windows.Developer/OsVersion - directives: - description: Verify min OS version requirement (Windows 11 24H2) - allowPrerelease: true - settings: - MinVersion: '10.0.26100' resources: - resource: Microsoft.WinGet.DSC/WinGetPackage id: Package.VLC @@ -43,4 +36,4 @@ properties: securityContext: elevated settings: id: ONLYOFFICE.DesktopEditors - source: winget \ No newline at end of file + source: winget diff --git a/winget/libre-soft-start-pack.yaml b/winget/libre-soft-start-pack.yaml index d961982..13140bf 100644 --- a/winget/libre-soft-start-pack.yaml +++ b/winget/libre-soft-start-pack.yaml @@ -1,13 +1,6 @@ # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 properties: configurationVersion: 0.2.0 - assertions: - - resource: Microsoft.Windows.Developer/OsVersion - directives: - description: Verify min OS version requirement (Windows 11 24H2) - allowPrerelease: true - settings: - MinVersion: '10.0.26100' resources: - resource: Microsoft.WinGet.DSC/WinGetPackage id: Package.VLC @@ -34,4 +27,4 @@ properties: securityContext: current settings: id: Mozilla.Firefox.ESR.fr - source: winget \ No newline at end of file + source: winget