1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00

data.json: moved from data folder to qml

This commit is contained in:
Bumsik Kim 2018-05-30 14:51:40 -04:00
parent 0353e60f28
commit 04290f76db
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
2 changed files with 1 additions and 1 deletions

View file

@ -45,9 +45,9 @@ X11VNC_PASSWORD_PATH = HOME_PATH + "/x11vnc_passwd"
CONFIG_PATH = HOME_PATH + "/config.json"
# Path in the program path
DEFAULT_CONFIG_PATH = BASE_PATH + "/data/config.default.json"
DATA_PATH = BASE_PATH + "/data/data.json"
ICON_PATH = BASE_PATH + "/icon/icon.png"
QML_PATH = BASE_PATH + "/qml"
DATA_PATH = QML_PATH + "/data.json"
MAIN_QML_PATH = QML_PATH + "/main.qml"