File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
run : Add-Content $env:GITHUB_PATH "C:\Program Files (x86)\WiX Toolset v3.11\bin"
259
259
260
260
- name : Compile WiX file
261
- run : candle.exe smartthings.wxs -ext WixUIExtension
261
+ run : candle.exe smartthings.wxs -ext WixUIExtension -arch x64
262
262
working-directory : packages\cli\wix
263
263
env :
264
264
SMARTTHINGS_SEMVER : ${{ steps.safe-semver.outputs.version }}
Original file line number Diff line number Diff line change 22
22
23
23
<!-- https://github.com/kurtanr/WiXInstallerExamples/tree/main/00_HelloWorldInstaller#directory -->
24
24
<Directory Id =" TARGETDIR" Name =" SourceDir" >
25
- <Directory Id =" ProgramFilesFolder " >
25
+ <Directory Id =" ProgramFiles64Folder " >
26
26
<Directory Id =" INSTALLDIR" Name =" SmartThings" />
27
27
</Directory >
28
28
</Directory >
You can’t perform that action at this time.
0 commit comments