ref: proper desktop icon

This commit is contained in:
2026-03-01 20:19:50 +03:00
parent 263591704d
commit c8af2ce2d0
10 changed files with 35 additions and 16 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"app-id": "jp.angeltech.MoeMoji",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "moemoji",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.kde.StatusNotifierWatcher"
],
"modules": [
{
"name": "moemoji",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}