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, ...@@ -25,11 +25,14 @@ options = {"path": sys.path,
############################################################################# #############################################################################
# preparation des cibles # preparation des cibles
base = None base = None
file_type=""
if sys.platform == "win32": if sys.platform == "win32":
base = "Win32GUI" base = "Win32GUI"
file_type=".exe"
target = Executable( target = Executable(
script = "src/cutecoin/__init__.py", script = "src/cutecoin/__init__.py",
targetName="cutecoin"+file_type,
base = base, base = base,
compress = True, compress = True,
icon = None, icon = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment