From 409518f455e7dce765216631683d8df131f67eb9 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 8 Sep 2022 16:31:39 -0400 Subject: [PATCH] fix Architecture field for debian package --- scripts/package-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package-deb.sh b/scripts/package-deb.sh index 7022dcb..b054a1f 100755 --- a/scripts/package-deb.sh +++ b/scripts/package-deb.sh @@ -35,7 +35,7 @@ Depends: Version: $VERSION Section: base Priority: optional -Architecture: x64 +Architecture: x86_64 Maintainer: Carson McManus Description: steamguard-cli A command line utility to generate Steam 2FA codes and respond to confirmations.