Skip to content
Snippets Groups Projects
Commit d50a2c09 authored by inso's avatar inso
Browse files

Rename exe file

parent f2df4cc6
Branches
Tags
No related merge requests found
......@@ -25,11 +25,14 @@ options = {"path": sys.path,
#############################################################################
# preparation des cibles
base = None
file_type=""
if sys.platform == "win32":
base = "Win32GUI"
file_type=".exe"
target = Executable(
script = "src/cutecoin/__init__.py",
targetName="cutecoin"+file_type,
base = base,
compress = True,
icon = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment