1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-12-13 14:33:21 +00:00

feat: build deb package (#56)

This commit is contained in:
2025-11-27 11:38:12 +01:00
committed by GitHub
parent 1f0cec731e
commit 7cb0e01206
2 changed files with 5 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ linux-package: linux-binary-x86_64
.PHONY: linux-deb
linux-deb: linux-binary-x86_64
cargo deb --features unzip-osb --target=x86_64-unknown-linux-gnu --deb-version $(VERSION)
cargo deb --no-build --strip --target=x86_64-unknown-linux-gnu --output=.
binary-all: win-binary-x86_64 linux-binary-x86_64