kopia lustrzana https://github.com/corrscope/corrscope
Partially fix pyinstaller on Linux
rodzic
f35c8ba819
commit
6bf8dcdf63
|
@ -16,7 +16,7 @@ def keep(dir, wildcard):
|
|||
datas = keep("corrscope/gui", "*.ui") + keep("corrscope/path", "*")
|
||||
|
||||
a = Analysis(
|
||||
["corrscope\\__main__.py"],
|
||||
["corrscope/__main__.py"],
|
||||
pathex=["."],
|
||||
binaries=[],
|
||||
datas=datas,
|
||||
|
|
Ładowanie…
Reference in New Issue