Skip to content

Commit d0f59fa

Browse files
authored
Windows MSI - add display of file size (#373)
1 parent 6df98ad commit d0f59fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
run: |
5151
cargo install cargo-wix
5252
cargo wix init
53-
cargo wix --no-build --nocapture
53+
cargo wix --no-build --nocapture --output ./target/wix/gitui.msi
54+
ls -l ./target/wix/gitui.msi
5455
5556
build-linux-musl:
5657
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ release-win: build-release
2222
cargo install cargo-wix
2323
cargo wix init
2424
cargo wix --no-build --nocapture --output ./release/gitui.msi
25+
ls -l ./release/gitui.msi
2526

2627
release-linux-musl: build-linux-musl-release
2728
strip target/x86_64-unknown-linux-musl/release/gitui

0 commit comments

Comments
 (0)