Skip to content

Commit

Permalink
Change: Build 64bit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarasti committed Sep 26, 2024
1 parent 6f69d92 commit 8489bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/windows/build-app.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
Expand Down
2 changes: 1 addition & 1 deletion install/windows/build-wxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def main():
programfilesfolder_el = ET.SubElement(
package_el,
"StandardDirectory",
Id="ProgramFilesFolder",
Id="ProgramFiles64Folder",
)

# Generate the directory layout for the installed product
Expand Down

0 comments on commit 8489bc0

Please sign in to comment.