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:
parent
d2ebf4bb0d
commit
c31f7054c4
11 changed files with 606 additions and 53 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue