diff options
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index 9b01eb8..126d5c8 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -17,5 +17,8 @@ DATA_DIR = "portato/gui/templates/" PLUGIN_DIR = "plugins/" VERSION = 9999 +ICON_DIR = "icons/" +APP_ICON = ICON_DIR+"/portato-icon.png" + FRONTENDS = ["gtk" ,"qt"] STD_FRONTEND = "gtk" |