-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.taiko2k.moonbeam.json
39 lines (38 loc) · 1.11 KB
/
com.github.taiko2k.moonbeam.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"app-id":"com.github.taiko2k.moonbeam",
"runtime":"org.gnome.Platform",
"runtime-version":"45",
"sdk":"org.gnome.Sdk",
"command":"main.py",
"finish-args":[
"--share=ipc",
"--device=dri",
"--share=network",
"--socket=wayland",
"--socket=fallback-x11",
"--filesystem=~/.local/share/Steam/",
"--talk-name=org.freedesktop.Notifications"
],
"modules":[
"python3-modules.json",
{
"name":"moonbeam",
"buildsystem":"simple",
"build-commands":[
"mkdir -p /app/bin",
"cp -r * /app/bin/",
"mkdir -p /app/share/icons/hicolor/scalable/apps",
"mkdir -p /app/share/icons/hicolor/scalable/actions",
"mkdir -p /app/share/icons/hicolor/symbolic/apps",
"install -D ${FLATPAK_ID}.svg /app/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg",
"install -D ${FLATPAK_ID}.desktop /app/share/applications/${FLATPAK_ID}.desktop"
],
"sources":[
{
"type":"dir",
"path":"."
}
]
}
]
}