From 7c45169d17f28a6a7dcdb02987ccefab55b8d451 Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:37:49 +0000 Subject: [PATCH 1/3] Create org.flathub.VerifiedApps.txt --- .well-known/org.flathub.VerifiedApps.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .well-known/org.flathub.VerifiedApps.txt diff --git a/.well-known/org.flathub.VerifiedApps.txt b/.well-known/org.flathub.VerifiedApps.txt new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.well-known/org.flathub.VerifiedApps.txt @@ -0,0 +1 @@ + From 56d339bbc4b50338592d3d63644c508f0b67363a Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:42:55 +0000 Subject: [PATCH 2/3] move verification file --- .../pages/.well-known}/org.flathub.VerifiedApps.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.well-known => src/pages/.well-known}/org.flathub.VerifiedApps.txt (100%) diff --git a/.well-known/org.flathub.VerifiedApps.txt b/src/pages/.well-known/org.flathub.VerifiedApps.txt similarity index 100% rename from .well-known/org.flathub.VerifiedApps.txt rename to src/pages/.well-known/org.flathub.VerifiedApps.txt From 7a5493488eeaded289247524154f70a059747f1a Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:45:22 +0000 Subject: [PATCH 3/3] move file to static --- {src/pages => static}/.well-known/org.flathub.VerifiedApps.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src/pages => static}/.well-known/org.flathub.VerifiedApps.txt (100%) diff --git a/src/pages/.well-known/org.flathub.VerifiedApps.txt b/static/.well-known/org.flathub.VerifiedApps.txt similarity index 100% rename from src/pages/.well-known/org.flathub.VerifiedApps.txt rename to static/.well-known/org.flathub.VerifiedApps.txt