-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.evans.AppHub.yml
More file actions
28 lines (27 loc) · 1.05 KB
/
org.evans.AppHub.yml
File metadata and controls
28 lines (27 loc) · 1.05 KB
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
app-id: org.evans.AppHub
runtime: org.gnome.Platform
runtime-version: "48"
sdk: org.gnome.Sdk
command: org.evans.AppHub
finish-args:
- --share=ipc
- --socket=wayland
- --socket=x11
- --share=network
- --filesystem=home
modules:
- name: app-hub
buildsystem: simple
build-commands:
- install -Dm755 run-app-hub.sh /app/bin/org.evans.AppHub
- install -Dm644 main.py /app/share/org.evans.AppHub/main.py
- install -Dm644 ui.py /app/share/org.evans.AppHub/ui.py
- install -Dm644 downloads.py /app/share/org.evans.AppHub/downloads.py
- install -Dm644 appimage.py /app/share/org.evans.AppHub/appimage.py
- install -Dm644 settings.py /app/share/org.evans.AppHub/settings.py
- install -Dm644 org.evans.AppHub.desktop /app/share/applications/org.evans.AppHub.desktop
- install -Dm644 org.evans.AppHub.metainfo.xml /app/share/metainfo/org.evans.AppHub.metainfo.xml
- install -Dm644 org.evans.AppHub.svg /app/share/icons/hicolor/scalable/apps/org.evans.AppHub.svg
sources:
- type: dir
path: .