Skip to content

Commit 5e13f10

Browse files
committed
Freelens arm64 installs to %ProgramFiles(x86)% by default
1 parent e093be2 commit 5e13f10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifests/f/Freelensapp/Freelens/1.3.0/Freelensapp.Freelens.installer.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ ProductCode: '{E7F5AF27-ACFF-4381-8003-43EF52AA1BA4}'
1212
ReleaseDate: 2025-05-09
1313
AppsAndFeaturesEntries:
1414
- DisplayName: Freelens 1.3.0
15-
InstallationMetadata:
16-
DefaultInstallLocation: '%ProgramFiles%/freelens'
1715
Installers:
1816
- Architecture: x64
1917
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.3.0/Freelens-1.3.0-windows-amd64.exe
2018
InstallerSha256: AC79D7BF5A2AB8F3B15FE187FF22258C7077115647861A617C783EC09091D876
19+
InstallationMetadata:
20+
DefaultInstallLocation: '%ProgramFiles%/Freelens'
2121
- Architecture: arm64
2222
InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v1.3.0/Freelens-1.3.0-windows-arm64.exe
2323
InstallerSha256: DD24A9054B898DD3ADA43969DF51E8FBA9D38039312BD8FC210E8D36663F1187
24+
InstallationMetadata:
25+
DefaultInstallLocation: '%ProgramFiles(x86)%\Freelens'
2426
ManifestType: installer
2527
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)