misc fixes for deb packaging (#315)
- change debian package arch to `amd64` - change compression type for debian package to `xz` fixes #314
This commit is contained in:
parent
a9af82da13
commit
14589e70d5
1 changed files with 2 additions and 2 deletions
|
@ -32,12 +32,12 @@ Depends:
|
||||||
Version: $VERSION
|
Version: $VERSION
|
||||||
Section: base
|
Section: base
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: x86-64
|
Architecture: amd64
|
||||||
Maintainer: Carson McManus <carson.mcmanus1@gmail.com>
|
Maintainer: Carson McManus <carson.mcmanus1@gmail.com>
|
||||||
Description: steamguard-cli
|
Description: steamguard-cli
|
||||||
A command line utility to generate Steam 2FA codes and respond to confirmations.
|
A command line utility to generate Steam 2FA codes and respond to confirmations.
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
dpkg-deb --build "$TEMP_PKG_PATH" "steamguard-cli_$VERSION-0.deb"
|
dpkg-deb -Zxz --build "$TEMP_PKG_PATH" "steamguard-cli_$VERSION-0.deb"
|
||||||
|
|
||||||
rm -rf "$TEMP_PKG_PATH"
|
rm -rf "$TEMP_PKG_PATH"
|
||||||
|
|
Loading…
Reference in a new issue