mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Configure inno to target the specific platform that's been built
This commit is contained in:
parent
b84d1c4b74
commit
7cf9d7ff6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user