mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Change: Build 64bit installer
This commit is contained in:
parent
dba5b7a3ac
commit
7e4346a306
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ python install\windows\build-wxs.py
|
||||||
|
|
||||||
REM build the msi package
|
REM build the msi package
|
||||||
cd build
|
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
|
REM validate Dangerzone.msi
|
||||||
wix msi validate Dangerzone.msi
|
wix msi validate Dangerzone.msi
|
||||||
|
|
|
@ -215,7 +215,7 @@ def main():
|
||||||
programfilesfolder_el = ET.SubElement(
|
programfilesfolder_el = ET.SubElement(
|
||||||
package_el,
|
package_el,
|
||||||
"StandardDirectory",
|
"StandardDirectory",
|
||||||
Id="ProgramFilesFolder",
|
Id="ProgramFiles64Folder",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Generate the directory layout for the installed product
|
# Generate the directory layout for the installed product
|
||||||
|
|
Loading…
Reference in a new issue