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"},