kopia lustrzana https://github.com/corrscope/corrscope
Remove empty path folder from app/pyinstaller hierarchy
rodzic
265594f4b5
commit
9c9295f604
|
@ -19,7 +19,7 @@ def keep(dir, wildcard):
|
|||
return [(include, dir) for include in includes]
|
||||
|
||||
|
||||
datas = keep("corrscope/gui", "*.ui") + keep("corrscope/path", "*")
|
||||
datas = keep("corrscope/gui", "*.ui")
|
||||
|
||||
version = v.pyinstaller_write_version()
|
||||
datas.append((v.version_txt, "."))
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
*
|
||||
!*.txt
|
||||
!.gitignore
|
Ładowanie…
Reference in New Issue