-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
uvproj.yaml
36 lines (36 loc) · 891 Bytes
/
uvproj.yaml
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
name: "UntitledGameSystemManager"
version: "1.0.0.0"
engine-version: "1.0.0.0"
build-mode-static: false
build-mode-vendor: false
system-wide: true
enabled-modules:
os: true
dbus: false
uexec: false
theming: true
ufont: false
open: false
i18n: true
undo_redo: false
plotting: false
knobs: false
spinners: false
toggles: false
text_utils: false
cli_parser: false
xdg: true
additional-installs:
unix:
- file: IncusBindings/libUGM_Incus_InternalFuncs.so
directory: lib64/
macro-name: UGM_INCUS_BINDINGS_DIR
is-directory: false
- file: Config/Dist/com.madladsquad.UntitledGameSystemManager.desktop
directory: share/applications
macro-name: UGM_DESKTOP_FILE_DIR
is-directory: false
- file: Content/untitled-game-system-manager.png
directory: share/icons
macro-name: UGM_ICON_DIR
is-directory: false