Skip to content

Commit

Permalink
build: fix Windows installation location to x64 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitlintac committed Jan 10, 2025
1 parent e705aaa commit a93a8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
run: Add-Content $env:GITHUB_PATH "C:\Program Files (x86)\WiX Toolset v3.11\bin"

- name: Compile WiX file
run: candle.exe smartthings.wxs -ext WixUIExtension
run: candle.exe smartthings.wxs -ext WixUIExtension -arch x64
working-directory: packages\cli\wix
env:
SMARTTHINGS_SEMVER: ${{ steps.safe-semver.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/wix/smartthings.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- https://github.com/kurtanr/WiXInstallerExamples/tree/main/00_HelloWorldInstaller#directory -->
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="ProgramFiles64Folder">
<Directory Id="INSTALLDIR" Name="SmartThings" />
</Directory>
</Directory>
Expand Down

0 comments on commit a93a8a1

Please sign in to comment.