Skip to content

Commit ec6e02d

Browse files
authored
Update build.spec
1 parent 2a4508d commit ec6e02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
block_cipher = None
44

55

6-
a = Analysis(['dependency_unified.py'],
7-
pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency\\unified_script'],
8-
binaries=[('third_party\\askalono\\askalono.exe', 'third_party\\askalono')],
6+
a = Analysis(['unified_script\\dependency_unified.py'],
7+
pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency'],
8+
binaries=[('unified_script\\third_party\\askalono\\askalono.exe', 'third_party\\askalono')],
99
datas=[],
1010
hiddenimports=[],
1111
hookspath=[],

0 commit comments

Comments
 (0)