Skip to content

Commit 720e23c

Browse files
authoredDec 13, 2024··
Merge pull request #1827 from tyrielv/arm-installer
Remove x64 check from installer
2 parents e33cc07 + da1637a commit 720e23c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎GVFS/GVFS.Installers/GVFS.Installers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemDefinitionGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Tools.InnoSetup" Version="6.2.1" />
15+
<PackageReference Include="Tools.InnoSetup" Version="6.3.1" />
1616
<PackageReference Include="GitForWindows.GVFS.Installer" Version="$(GitPackageVersion)" />
1717
<PackageReference Include="GitForWindows.GVFS.Portable" Version="$(GitPackageVersion)" />
1818
<PackageReference Include="MicroBuild.Core" Version="0.2.0" ExcludeAssets="none" />

‎GVFS/GVFS.Installers/Setup.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ MinVersion=10.0.14374
3939
DisableDirPage=yes
4040
DisableReadyPage=yes
4141
SetupIconFile="{#LayoutDir}\GitVirtualFileSystem.ico"
42-
ArchitecturesInstallIn64BitMode=x64
43-
ArchitecturesAllowed=x64
42+
ArchitecturesInstallIn64BitMode=x64compatible
43+
ArchitecturesAllowed=x64compatible
4444
WizardImageStretch=no
4545
WindowResizable=no
4646
CloseApplications=yes

0 commit comments

Comments
 (0)
Please sign in to comment.