From b243b90e58c8c59c2fc4974ce102235869d5f9d9 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 31 Jan 2026 11:13:48 +0100 Subject: [PATCH] Actualiser powershell/libres-softwares-install.ps1 --- powershell/libres-softwares-install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/libres-softwares-install.ps1 b/powershell/libres-softwares-install.ps1 index ba0d8ed..10610a5 100644 --- a/powershell/libres-softwares-install.ps1 +++ b/powershell/libres-softwares-install.ps1 @@ -20,7 +20,7 @@ $logiciels = @( @{Nom = "VLC Media Player"; ID = "VideoLAN.VLC"; Description = "Lecteur multimedia"}, @{Nom = "OnlyOffice"; ID = "ONLYOFFICE.DesktopEditors"; Description = "Suite bureautique"}, @{Nom = "LibreOffice"; ID = "TheDocumentFoundation.LibreOffice"; Description = "Suite bureautique libre"}, - @{Nom = "GIMP"; ID = "GIMP.GIMP"; Description = "Editeur d'images"}, + @{Nom = "GIMP"; ID = "GIMP.GIMP.3"; Description = "Editeur d'images"}, @{Nom = "Inkscape"; ID = "Inkscape.Inkscape"; Description = "Editeur de graphiques vectoriels"}, @{Nom = "Chromium"; ID = "Hibbiki.Chromium"; Description = "Navigateur web open source"}, @{Nom = "Bitwarden"; ID = "Bitwarden.Bitwarden"; Description = "Gestionnaire de mots de passe"},