From 6fbbaef73b28bcb980903a1ac4d4502fbb71f1ac Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 23 Aug 2020 21:32:11 -0400 Subject: [PATCH] ci: Remove redundant line in travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a6bdacf..6099eabe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;