This commit is contained in:
Jordon Brooks 2016-07-14 14:33:10 +01:00
parent 394beef34c
commit bb31f2821d
9 changed files with 195 additions and 156 deletions

View file

@ -2,9 +2,9 @@
import sys
from cx_Freeze import setup, Executable
base = None
if sys.platform == "win32":
base = "Win32GUI"
# None for commandline or "Win32GUI" or GUI
base = "Win32GUI"
dataFiles = ["JDE/", "Programs/", "Users/"]