fix(misc): add missing feature flags in deb package build #1056
This commit is contained in:
parent
930bf807b5
commit
7fd1502bcf
4
.github/scripts/ubuntu/build_deb.sh
vendored
4
.github/scripts/ubuntu/build_deb.sh
vendored
|
@ -8,10 +8,10 @@ cargo install cargo-deb --version 1.34.0
|
|||
cd espanso
|
||||
|
||||
echo "Building X11 deb package"
|
||||
cargo deb -p espanso
|
||||
cargo deb -p espanso -- --no-default-features --features "modulo vendored-tls"
|
||||
|
||||
echo "Building Wayland deb package"
|
||||
cargo deb -p espanso --variant wayland -- --features wayland
|
||||
cargo deb -p espanso --variant wayland -- --no-default-features --features "modulo wayland vendored-tls"
|
||||
|
||||
cd ..
|
||||
cp espanso/target/debian/espanso_*.deb espanso-debian-x11-amd64.deb
|
||||
|
|
Loading…
Reference in New Issue
Block a user