From eb08e751b45d4ce4728e846634f86524221d2591 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 14 Jun 2022 06:16:59 -0400 Subject: [PATCH] fix architecture string for deb packages, again --- 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 b054a1f..7022dcb 100755 --- a/scripts/package-deb.sh +++ b/scripts/package-deb.sh @@ -35,7 +35,7 @@ Depends: Version: $VERSION Section: base Priority: optional -Architecture: x86_64 +Architecture: x64 Maintainer: Carson McManus Description: steamguard-cli A command line utility to generate Steam 2FA codes and respond to confirmations.