Skip to content

Commit f79fc6b

Browse files
authored
Update main.spec
1 parent df2c2f4 commit f79fc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

001-Downloader/doc/win-sh/main.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block_cipher = None
55

66

77
a = Analysis(['main.py','type_enum.py','ui.py','utils.py','downloader.py','douyin\\dy_download.py'],
8-
pathex=['D:\\develop\\Python\\project\\pyofafish\\crawling'],
8+
pathex=['.'],
99
binaries=[],
1010
datas=[('res\\logo.ico', 'images'),('config.ini', '.')],
1111
hiddenimports=[],
@@ -41,4 +41,4 @@ exe = EXE(pyz,
4141
app = BUNDLE(exe,
4242
name='Downloader.exe',
4343
icon='res\\logo.ico',
44-
bundle_identifier=None)
44+
bundle_identifier=None)

0 commit comments

Comments
 (0)