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

Ajout icone cutecoin au script

parent b9cce33d
No related branches found
No related tags found
No related merge requests found
cutecoin.ico

13.6 KiB

cutecoin.png

9.8 KiB | W: | H:

cutecoin.png

13 KiB | W: | H:

cutecoin.png
cutecoin.png
cutecoin.png
cutecoin.png
  • 2-up
  • Swipe
  • Onion skin
File added
......@@ -45,23 +45,25 @@ options = {"path": sys.path,
# preparation des cibles
base = None
file_type=""
icon="cutecoin.png"
if sys.platform == "win32":
base = "Win32GUI"
file_type=".exe"
icon="cutecoin.ico"
target = Executable(
script = "src/cutecoin/main.py",
targetName="cutecoin"+file_type,
base = base,
compress = False,
icon = None,
icon = icon,
)
#############################################################################
# creation du setup
setup(
name = "cutecoin",
version = "0.5",
version = "0.10",
description = "UCoin client",
author = "Inso",
options = {"build_exe": options},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment