mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
Configure inno to target the specific platform that's been built
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user