mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: Remove redundant line in travis
This commit is contained in:
parent
005bd95f8a
commit
6fbbaef73b
@ -66,7 +66,6 @@ before_deploy:
|
||||
cargo install cargo-wix;
|
||||
cargo wix init;
|
||||
cargo wix;
|
||||
cp "./target/wix/bottom_x86_64_installer.msi" ./bottom_x86_64_installer.msi;
|
||||
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
|
||||
else
|
||||
cargo build --release;
|
||||
|
Loading…
x
Reference in New Issue
Block a user