From 6aa21532808e6cfd4d23e4ed4d0b3d6c5f81b5bb Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 24 Feb 2024 11:04:06 +0100 Subject: [PATCH] feat: include the well-known directory --- .well-known/org.flathub.VerifiedApps.txt | 3 +++ _config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.well-known/org.flathub.VerifiedApps.txt b/.well-known/org.flathub.VerifiedApps.txt index 3a07270..fc4f584 100644 --- a/.well-known/org.flathub.VerifiedApps.txt +++ b/.well-known/org.flathub.VerifiedApps.txt @@ -1,2 +1,5 @@ +# com.vscodium.codium +180b1846-9093-48c6-80a7-1c9a544ac109 + # com.vscodium.codium-insiders d5be77e9-3c33-4ad7-8184-3689f3b72445 diff --git a/_config.yml b/_config.yml index fdb8e0b..00ad5b4 100755 --- a/_config.yml +++ b/_config.yml @@ -33,3 +33,5 @@ colors: kramdown: auto_ids: false +include: + - ".well-known"