diff --git a/app/windows/winget/templates/Headlamp.Headlamp.installer.yaml b/app/windows/winget/templates/Headlamp.Headlamp.installer.yaml index 9569683904..9ed8f2dba9 100644 --- a/app/windows/winget/templates/Headlamp.Headlamp.installer.yaml +++ b/app/windows/winget/templates/Headlamp.Headlamp.installer.yaml @@ -1,23 +1,15 @@ PackageIdentifier: Headlamp.Headlamp PackageVersion: __PACKAGE_VERSION__ +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent +ReleaseDate: __RELEASE_DATE__ Installers: - Architecture: x64 - InstallerLocale: en-US - InstallerType: exe InstallerUrl: __INSTALLER_URL__ InstallerSha256: __INSTALLER_SHA256__ - Scope: user - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: /S - SilentWithProgress: /S - AppsAndFeaturesEntries: - - DisplayName: Headlamp - DisplayVersion: __PACKAGE_VERSION__ - Publisher: Headlamp - InstallerType: exe - ReleaseDate: __RELEASE_DATE__ ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/app/windows/winget/templates/Headlamp.Headlamp.locale.en-US.yaml b/app/windows/winget/templates/Headlamp.Headlamp.locale.en-US.yaml index 4a1225abd6..9de5b80ac9 100644 --- a/app/windows/winget/templates/Headlamp.Headlamp.locale.en-US.yaml +++ b/app/windows/winget/templates/Headlamp.Headlamp.locale.en-US.yaml @@ -19,9 +19,9 @@ Tags: - monitoring - logging - cncf +ReleaseNotesUrl: __RELEASE_NOTES_URL__ Documentations: - DocumentLabel: headlamp documentation DocumentUrl: https://headlamp.dev/docs/latest -ReleaseNotesUrl: __RELEASE_NOTES_URL__ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0 diff --git a/app/windows/winget/templates/Headlamp.Headlamp.yaml b/app/windows/winget/templates/Headlamp.Headlamp.yaml index 5447e0cb2f..288820676f 100644 --- a/app/windows/winget/templates/Headlamp.Headlamp.yaml +++ b/app/windows/winget/templates/Headlamp.Headlamp.yaml @@ -2,4 +2,4 @@ PackageIdentifier: Headlamp.Headlamp PackageVersion: __PACKAGE_VERSION__ DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.6.0