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 c3550cd commit eea4452Copy full SHA for eea4452
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include LICENSE
2
+include LICENSES/*
build.spec
@@ -3,9 +3,9 @@
3
block_cipher = None
4
5
6
-a = Analysis(['unified_script\\dependency_unified.py'],
7
- pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency'],
8
- binaries=[],
+a = Analysis(['dependency_unified.py'],
+ pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency\\unified_script'],
+ binaries=[('third_party\\askalono\\askalono.exe', 'third_party\\askalono')],
9
datas=[],
10
hiddenimports=[],
11
hookspath=[],
0 commit comments