Skip to content

Commit 281c6b9

Browse files
committed
GVFS.Installers: update Inno Setup compiler
Upgrade to 6.4.3, which is the latest available in nuget.org. We are encountering an issue where the ASLR relocation data is being stripped from the setup and uninstaller binaries, which was fixed in 6.3.3, in July 2024: jrsoftware/issrc@f85c584 Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent a1a8939 commit 281c6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GVFS/GVFS.Installers/GVFS.Installers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemDefinitionGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Tools.InnoSetup" Version="6.3.1" />
15+
<PackageReference Include="Tools.InnoSetup" Version="6.4.3" />
1616
<PackageReference Include="MicroBuild.Core" Version="0.2.0" ExcludeAssets="none" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)