Move directories to assets under directory jabbercard.

This commit is contained in:
Schimon Jehudah, Adv. 2024-11-17 17:34:32 +02:00
parent 5e495579c2
commit a4af724666
88 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
systems = [
{ name = "Android", id = "android" },
{ name = "Apple", id = "apple" },
{ name = "Browser", id = "browser" },
{ name = "BSD", id = "bsd" },
{ name = "Haiku", id = "haiku" },
{ name = "KaiOS", id = "kaios" },
{ name = "Linux", id = "linux" },
{ name = "POSIX", id = "posix" },
{ name = "UBports", id = "ubports" },
{ name = "Windows", id = "windows" },
]