Configure inno to target the specific platform that's been built

This commit is contained in:
Luis Ángel San Martín 2025-04-02 22:05:07 +02:00
parent b84d1c4b74
commit 7cf9d7ff6a

View File

@ -13,8 +13,8 @@ OutputDir=..\Output
ChangesAssociations=true
SetupIconFile=setup.ico
UninstallDisplayIcon=uninstall.ico
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode={#PLATFORM}
ArchitecturesAllowed={#PLATFORM}
#if CODE_SIGN == "true"
SignTool=signtool
#endif