-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheu.samk0.WoTModAssistant.yaml
More file actions
39 lines (36 loc) · 1.14 KB
/
eu.samk0.WoTModAssistant.yaml
File metadata and controls
39 lines (36 loc) · 1.14 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
29
30
31
32
33
34
35
36
37
38
39
app-id: eu.samk0.WoTModAssistant
runtime: org.kde.Platform
runtime-version: "6.8"
sdk: org.kde.Sdk
base: io.qt.PySide.BaseApp
base-version: '6.8'
build-options:
env:
- BASEAPP_REMOVE_WEBENGINE=1
- BASEAPP_DISABLE_NUMPY=1
command: ModManagerGUI
cleanup-commands:
- /app/cleanup-BaseApp.sh
finish-args:
- --filesystem=home
- --persist=~/.config/wotmodassistant
- --persist=~/.cache/wotmodassistant
- --socket=session-bus
- --socket=x11
- --socket=wayland
- --share=network
- --device=dri
modules:
- python3-requirements.json
- name: modmanager-gui
buildsystem: simple
build-commands:
- mkdir -p /app/ModManagerGUI
- cp -r ModManagerGUI/* /app/ModManagerGUI/
- install -Dm755 ModManagerGUI/run.sh /app/bin/ModManagerGUI
- install -Dm644 ModManagerGUI/eu.samk0.WoTModAssistant.desktop /app/share/applications/eu.samk0.WoTModAssistant.desktop
- install -Dm644 ModManagerGUI/icons/eu.samk0.WoTModAssistant.png /app/share/icons/hicolor/256x256/apps/eu.samk0.WoTModAssistant.png
sources:
- type: git
url: https://github.com/sam-k0/WoTModAssistantCore.git
branch: flatpak