From 7f00be84eef22fd972811294a6672a32b6f85ea2 Mon Sep 17 00:00:00 2001 From: Dan G Date: Fri, 10 Feb 2023 00:06:52 +0900 Subject: [PATCH] Add Flatpak verification for the cute verification badge (#202) --- .well-known/org.flathub.VerifiedApps.txt | 1 + _config.yml | 1 + 2 files changed, 2 insertions(+) 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..c185e1cf4 --- /dev/null +++ b/.well-known/org.flathub.VerifiedApps.txt @@ -0,0 +1 @@ +f3977906-9845-4642-b1e0-559cba8c5c7a \ No newline at end of file diff --git a/_config.yml b/_config.yml index 88bdad888..7be47c6e5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,3 @@ encoding: UTF-8 exclude: [serve.bat, serve.sh, parse.py, README.md] +include: [".well-known"] \ No newline at end of file