Skip to content

Commit

Permalink
oh lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Feb 4, 2025
1 parent 556e42f commit 8beafd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Build MSI file
shell: powershell
env:
BTM_GENERATE: ""
BTM_GENERATE: true
run: |
cargo wix --nocapture
Expand Down
6 changes: 6 additions & 0 deletions wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@
-->
<ComponentRef Id='License'/>

<ComponentRef Id='btmPowershell'/>
<ComponentRef Id='btmNu'/>
<ComponentRef Id='btmFish'/>
<ComponentRef Id='btmBash'/>
<ComponentRef Id='btmZsh'/>

<ComponentRef Id='binary0'/>

<Feature
Expand Down

0 comments on commit 8beafd6

Please sign in to comment.