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
b7a6723bc1
commit
efad188e1a
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",
|
sys.exec_prefix + "\\DLLs\\tk86t.dll",
|
||||||
]
|
]
|
||||||
|
|
||||||
include_files.extend(glob.glob("./file/*.txt"))
|
include_files.extend(["./file/"+x for x in glob.glob("./file/*.txt")])
|
||||||
include_files.extend(glob.glob("./file/*.png"))
|
include_files.extend(["./file/"+x for x in glob.glob("./file/*.png")])
|
||||||
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue