mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-06 04:38:29 +02:00
added missing files to setup
This commit is contained in:
parent
a85feabb70
commit
8fc58e62fb
1 changed files with 33 additions and 23 deletions
14
setup.py
14
setup.py
|
@ -1,6 +1,5 @@
|
|||
from cx_Freeze import setup, Executable
|
||||
import sys
|
||||
import glob
|
||||
|
||||
include_files = [
|
||||
"./icon.ico",
|
||||
|
@ -28,12 +27,23 @@ include_files = [
|
|||
("./file/course_name.brlyt", "./file/course_name.brlyt"),
|
||||
("./file/lecode-PAL.bin", "./file/lecode-PAL.bin"),
|
||||
("./file/itemBoxNiseRtpa.brres", "./file/itemBoxNiseRtpa.brres"),
|
||||
("./file/lpar-default.txt", "./file/lpar-default.txt"),
|
||||
("./file/RKRace.breff", "./file/RKRace.breff"),
|
||||
|
||||
("./file/tt_hatena_64x64.tpl.png", "./file/tt_hatena_64x64.tpl.png"),
|
||||
("./file/tt_obi_bottom_curve_000.tpl.png", "./file/tt_obi_bottom_curve_000.tpl.png"),
|
||||
("./file/tt_obi_bottom_left_000.tpl.png", "./file/tt_obi_bottom_left_000.tpl.png"),
|
||||
("./file/tt_obi_bottom_right_000.tpl.png", "./file/tt_obi_bottom_right_000.tpl.png"),
|
||||
("./file/tt_obi_check_000.tpl.png", "./file/tt_obi_check_000.tpl.png"),
|
||||
("./file/tt_obi_top_curve_000.tpl.png", "./file/tt_obi_top_curve_000.tpl.png"),
|
||||
("./file/tt_obi_top_left_000.tpl.png", "./file/tt_obi_top_left_000.tpl.png"),
|
||||
("./file/tt_obi_top_right_000.tpl.png", "./file/tt_obi_top_right_000.tpl.png"),
|
||||
("./file/savebanner.tpl.png", "./file/savebanner.tpl.png"),
|
||||
|
||||
sys.exec_prefix + "\\DLLs\\tcl86t.dll",
|
||||
sys.exec_prefix + "\\DLLs\\tk86t.dll",
|
||||
]
|
||||
|
||||
|
||||
options = {
|
||||
"build_exe": {
|
||||
"include_files": include_files,
|
||||
|
|
Loading…
Reference in a new issue