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;