We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4508d commit ec6e02dCopy full SHA for ec6e02d
build.spec
@@ -3,9 +3,9 @@
3
block_cipher = None
4
5
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')],
+a = Analysis(['unified_script\\dependency_unified.py'],
+ pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency'],
+ binaries=[('unified_script\\third_party\\askalono\\askalono.exe', 'third_party\\askalono')],
9
datas=[],
10
hiddenimports=[],
11
hookspath=[],
0 commit comments