1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Icon: Applied the new icon to the app

This commit is contained in:
Bumsik Kim 2018-06-29 19:22:09 -04:00
parent d2ebf4bb0d
commit c31f7054c4
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
11 changed files with 606 additions and 53 deletions

View file

@ -31,7 +31,7 @@ X11VNC_LOG_PATH = HOME_PATH + "/x11vnc_log.txt"
X11VNC_PASSWORD_PATH = HOME_PATH + "/x11vnc_passwd"
CONFIG_PATH = HOME_PATH + "/config.json"
# Path in the program path
ICON_PATH = BASE_PATH + "/icon/icon.png"
ICON_PATH = BASE_PATH + "/icon/full_256x256.png"
ASSETS_PATH = BASE_PATH + "/assets"
DATA_PATH = ASSETS_PATH + "/data.json"
DEFAULT_CONFIG_PATH = ASSETS_PATH + "/config.default.json"