From 0809366bdba939cc9a60960dea2de659ccc8415a Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 8 Oct 2023 23:47:42 -0600 Subject: [PATCH] flathub.json: remove architecture restrictions ... ... otherwise Flathub validator will throw an error --- flathub.json | 1 - 1 file changed, 1 deletion(-) diff --git a/flathub.json b/flathub.json index 0dee804..2c63c08 100644 --- a/flathub.json +++ b/flathub.json @@ -1,3 +1,2 @@ { - "only-arches": ["x86_64", "aarch64"] }