new Desktop runner

This commit is contained in:
Ruud
2012-02-19 17:13:37 +01:00
parent a4a4a6a185
commit 1def62b1b1
3 changed files with 313 additions and 165 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ elif sys.platform == "darwin":
# Common
NAME = "CouchPotato"
APP = [bdist_esky.Executable("CouchPotato.py", gui_only = True, icon = exeICON,)]
APP = [bdist_esky.Executable("Desktop.py", name = NAME, gui_only = True, icon = exeICON,)]
DATA_FILES = ['icon.ico']
ESKY_OPTIONS = dict(
freezer_module = FREEZER,