From af97effb0dec20b2f65b80260ce0659e13dc92e5 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Wed, 12 Aug 2026 06:11:59 -0700 Subject: [PATCH] flathub: arch restriction file used in the submission --- app/flathub/flathub.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/flathub/flathub.json diff --git a/app/flathub/flathub.json b/app/flathub/flathub.json new file mode 100644 index 00000000..637604e8 --- /dev/null +++ b/app/flathub/flathub.json @@ -0,0 +1,3 @@ +{ + "only-arches": ["x86_64"] +}