mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 23:24:20 +02:00
ci: Move wix output naming to Cargo
This commit is contained in:
parent
3ac49353e8
commit
005bd95f8a
@ -65,7 +65,7 @@ before_deploy:
|
|||||||
zip choco.zip "./deployment/windows/choco/bottom.nuspec" "./deployment/windows/choco/tools/";
|
zip choco.zip "./deployment/windows/choco/bottom.nuspec" "./deployment/windows/choco/tools/";
|
||||||
cargo install cargo-wix;
|
cargo install cargo-wix;
|
||||||
cargo wix init;
|
cargo wix init;
|
||||||
cargo wix -n "bottom_x86_64_installer.msi";
|
cargo wix;
|
||||||
cp "./target/wix/bottom_x86_64_installer.msi" ./bottom_x86_64_installer.msi;
|
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";
|
python "./deployment/packager.py" "./bottom_x86_64_installer.msi" $TRAVIS_TAG "./deployment/windows/winget/winget.yaml.template" "$TRAVIS_TAG.yaml" "SHA256";
|
||||||
else
|
else
|
||||||
|
@ -69,3 +69,6 @@ By default, bottom will look for a config file in ~/.config/bottom/bottom.toml.
|
|||||||
If one is not specified it will fall back to defaults. If a config file does not
|
If one is not specified it will fall back to defaults. If a config file does not
|
||||||
exist at the specified or default location, a blank one will be created for the user.
|
exist at the specified or default location, a blank one will be created for the user.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[package.metadata.wix]
|
||||||
|
output = "bottom_x86_64_installer.msi"
|
Loading…
x
Reference in New Issue
Block a user