forked from RimSort/RimSort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrimsort.nuitka-package.config.yml
66 lines (64 loc) · 1.45 KB
/
rimsort.nuitka-package.config.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# yamllint disable rule:line-length
# yamllint disable rule:indentation
# yamllint disable rule:comments-indentation
# too many spelling things, spell-checker: disable
---
- module-name: "app"
data-files:
dirs:
- "../themes"
dlls:
- from_filenames:
relative_path: "../todds"
prefixes:
- "todds"
executable: "yes"
dest_path: "todds"
- from_filenames:
relative_path: "../libs"
prefixes:
- "steam*"
- "Steam*"
suffixes:
- "dll"
dest_path: "."
when: "win32"
- from_filenames:
relative_path: "../libs"
prefixes:
- "libsteam*"
- "Steam*"
suffixes:
- "so"
dest_path: "."
when: "linux"
- from_filenames:
relative_path: "../libs"
prefixes:
- "*arm"
suffixes:
- "dylib"
dest_path: "."
when: "macos and arch_arm64"
- from_filenames:
relative_path: "../libs"
prefixes:
- "*i386"
suffixes:
- "dylib"
dest_path: "."
when: "macos and arch_amd64"
- from_filenames:
relative_path: "../libs"
prefixes:
- "libsteam*"
suffixes:
- "dylib"
dest_path: "."
when: "macos"
options:
checks:
- description: "Mac Specific Build Options"
macos_bundle: "yes"
macos_bundle_as_onefile: "no"
when: "macos"