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:
Carson McManus 2023-09-13 10:15:58 -04:00 committed by GitHub
parent a9af82da13
commit 14589e70d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"