Skip to content

Commit

Permalink
fix msi install creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Dec 20, 2020
1 parent e27fc43 commit 2600cce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ release-win: build-release
mkdir -p release
tar -C ./target/release/ -czvf ./release/gitui-win.tar.gz ./gitui.exe
cargo install cargo-wix
cargo wix init
cargo wix --no-build --nocapture --output ./release/gitui.msi
ls -l ./release/gitui.msi

Expand Down

0 comments on commit 2600cce

Please sign in to comment.