changeset 464:be8ed5e4c718

core: modified names constants according to global renaming
author Goffi <goffi@goffi.org>
date Sat, 20 Mar 2021 14:26:29 +0100
parents 5f0705a9cd3b
children 02787fa81b81
files cagou/core/constants.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/constants.py	Sat Mar 20 14:21:15 2021 +0100
+++ b/cagou/core/constants.py	Sat Mar 20 14:26:29 2021 +0100
@@ -23,7 +23,10 @@
 
 
 class Const(constants.Const):
-    APP_NAME = "Cagou"
+    APP_NAME = "Libervia Desktop"
+    APP_COMPONENT = "desktop/mobile"
+    APP_NAME_ALT = "Cagou"
+    APP_NAME_FILE = "libervia_desktop"
     APP_VERSION = cagou.__version__
     LOG_OPT_SECTION = APP_NAME.lower()
     CONFIG_SECTION = APP_NAME.lower()