Change: Build 64bit installer

This commit is contained in:
JKarasti 2024-09-23 23:17:02 +03:00 committed by jkarasti
parent 096b075126
commit 2149ad8963
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ python install\windows\build-wxs.py
REM build the msi package
cd build
wix build -ext WixToolset.UI.wixext .\Dangerzone.wxs -out Dangerzone.msi
wix build -arch x64 -ext WixToolset.UI.wixext .\Dangerzone.wxs -out Dangerzone.msi
REM validate Dangerzone.msi
wix msi validate Dangerzone.msi

View file

@ -212,7 +212,7 @@ def main():
programfilesfolder_el = ET.SubElement(
package_el,
"StandardDirectory",
Id="ProgramFilesFolder",
Id="ProgramFiles64Folder",
)
# Create the directory structure for the installed product