From a07078bc1f55802f97f6bca3631ac7576dead616 Mon Sep 17 00:00:00 2001 From: Brad Culwell Date: Sun, 30 Jun 2024 11:41:07 +0000 Subject: [PATCH] build(deb): fix deb build --- scripts/docker-deb/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-deb/init.sh b/scripts/docker-deb/init.sh index d1f33b9..f3e2f53 100755 --- a/scripts/docker-deb/init.sh +++ b/scripts/docker-deb/init.sh @@ -14,7 +14,7 @@ cargo install cargo-deb pushd ~/nyaa # Build .deb package in github mode -cargo deb -- --profile github +cargo deb --profile github # Export it to shared directory cp ~/nyaa/target/debian/nyaa_${VERSION}-1_amd64.deb ~/docker/nyaa-${VERSION}-x86_64.deb