Compare commits
23 Commits
96fc322d6e
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 8939922030 | |||
| 279b22ea02 | |||
| ab0023f8f5 | |||
| 17d2954eef | |||
| f2e4ab7177 | |||
| 9d1b65d71b | |||
| 1c6710106f | |||
| 54040d2669 | |||
| 64a5546a55 | |||
| 3816c649ef | |||
| ba514c33ae | |||
| cd48d9071c | |||
| a1ce9eab9f | |||
| 4225988c94 | |||
| 0975ea34f9 | |||
| fd8aac0de1 | |||
| d8abcc4cca | |||
| 1b3b90b4df | |||
| d1917ffc03 | |||
| c5b1a0af15 | |||
| c359c037e1 | |||
| 08be529a33 | |||
| 380bb2ba81 |
@@ -2,3 +2,4 @@ accessible_output2
|
||||
PySide6>=6.0.0
|
||||
python-vlc
|
||||
setproctitle>=1.2.0
|
||||
dasbus; sys_platform == 'linux'
|
||||
|
||||
+729
-217
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@ exe = EXE(
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
@@ -42,3 +42,4 @@ coll = COLLECT(
|
||||
upx_exclude=[],
|
||||
name='Toby Doom Launcher',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user