Skip to content

Commit

Permalink
Setup admin patches build
Browse files Browse the repository at this point in the history
  • Loading branch information
th3-z committed Sep 25, 2019
1 parent be10d06 commit 86e0018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added admin_patches/icon.ico
Binary file not shown.
8 changes: 5 additions & 3 deletions admin_patches/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@


includefiles = [
(os.path.join(SRC_PATH, 'patches/something.patch'), 'patches/something.patch'),
(os.path.join(SRC_PATH, 'patches/current_rules.inc.patch'), 'patches/current_rules.inc.patch'),
(os.path.join(SRC_PATH, 'patches/gamesummary.inc.patch'), 'patches/gamesummary.inc.patch'),
(os.path.join(SRC_PATH, 'patches/header_base.inc.patch'), 'patches/header_base.inc.patch'),
]

target_name = "magicked_admin"
target_name = "admin_patches"
if WIN_NT:
target_name += ".exe"

build_exe_options = {
"packages": ["os", "queue", "idna", "encodings"],
"packages": ["os", "queue", "idna", "encodings", "tkinter"],
"excludes": [],
"includes": [],
"include_files": includefiles,
Expand Down

0 comments on commit 86e0018

Please sign in to comment.