mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
updated setup
This commit is contained in:
parent
02a1aedc79
commit
0dd843410f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -26,8 +26,8 @@ include_files = [
|
|||
sys.exec_prefix + "\\DLLs\\tk86t.dll",
|
||||
]
|
||||
|
||||
include_files.extend([("./file/"+x, "./file/"+x) for x in glob.glob("./file/*.txt")])
|
||||
include_files.extend([("./file/"+x, "./file/"+x) for x in glob.glob("./file/*.png")])
|
||||
include_files.extend([(x, x) for x in glob.glob("./file/*.txt")])
|
||||
include_files.extend([(x, x) for x in glob.glob("./file/*.png")])
|
||||
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue