-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom-nuitka-package.config.yml
50 lines (46 loc) · 1.29 KB
/
custom-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
# yamllint disable rule:line-length
# yamllint disable rule:indentation
# yamllint disable rule:comments-indentation
# too many spelling things, spell-checker: disable
---
- module-name: '__main__'
data-files:
dirs:
- 'ui'
- 'sounds'
patterns:
- 'icon.ico'
# dlls:
# - from_filenames:
# relative_path: 'ffmpeg/bin'
# prefixes:
# - 'ffmpeg'
# - 'ffprobe'
# executable: 'yes'
# when: 'win32'
- module-name: 'nbs2audio'
dlls:
- from_filenames:
relative_path: 'ffmpeg/bin'
prefixes:
- 'ffmpeg'
- 'ffprobe'
executable: 'yes'
when: 'win32'
- module-name: 'pygubu'
implicit-imports:
- depends:
- 'pygubu.builder.widgets'
- 'pygubu.builder.widgets.tkscrollbarhelper'
- 'pygubu.builder.widgets.dialog'
- 'pygubu.builder.widgets.pathchooserinput'
- 'pygubu.builder.widgets.combobox'
when: 'version("pygubu") < (0, 24)'
- depends:
- 'pygubu.plugins.tk.tkstdwidgets'
- 'pygubu.plugins.ttk.ttkstdwidgets'
- 'pygubu.plugins.pygubu.tkscrollbarhelper'
- 'pygubu.plugins.pygubu.dialog'
- 'pygubu.plugins.pygubu.pathchooserinput'
- 'pygubu.plugins.pygubu.combobox'
when: 'version("pygubu") > (0, 24)'