From bc0ec74596caf049955df3b400ae926dcabfd17f Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 12 Jun 2022 10:20:46 -0400 Subject: [PATCH] fix deb package architecture metadata --- 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 8fd5419..b054a1f 100755 --- a/scripts/package-deb.sh +++ b/scripts/package-deb.sh @@ -35,7 +35,7 @@ Depends: Version: $VERSION Section: base Priority: optional -Architecture: all +Architecture: x86_64 Maintainer: Carson McManus Description: steamguard-cli A command line utility to generate Steam 2FA codes and respond to confirmations.