Merge branch 'code-gui-devel' of https://git.etss.it/12Parsec/bananaSPLIT into code-gui-devel
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['../spex/guimain.py'],
|
||||
pathex=['./libbananasplit', './UserInterface/compiledUI', '/home/emanuele/VScode/bananaSPLIT/SPEx/scripts'],
|
||||
a = Analysis(['..\\spex\\guimain.py'],
|
||||
pathex=['./libbananasplit', './UserInterface/compiledUI', 'D:\\Emanuele\\Documenti\\VScode\\bananaSPLIT\\SPEx\\scripts'],
|
||||
binaries=[],
|
||||
datas=[('../.venv/lib/python3.8/site-packages/text_unidecode/data.bin', './text_unidecode')],
|
||||
datas=[('..\\.venv\\Lib\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
@@ -30,4 +30,4 @@ exe = EXE(pyz,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=False , icon='../spex/logo.ico')
|
||||
console=False , icon='..\\spex\\logo.ico')
|
||||
|
||||
Reference in New Issue
Block a user