mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-05-03 23:17:04 +02:00
Finish
This commit is contained in:
parent
10db16ba0a
commit
fb7ce33979
2 changed files with 3 additions and 25 deletions
|
@ -9,8 +9,9 @@ a = Analysis(
|
|||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=["PyQt5.sip"],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
win_no_prefer_redirects=False,
|
||||
|
@ -34,7 +35,7 @@ exe = EXE(
|
|||
upx=False,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue