mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
12 lines
376 B
Diff
12 lines
376 B
Diff
--- a/WinApps-Launcher.sh
|
|
+++ b/WinApps-Launcher.sh
|
|
@@ -19,7 +19,7 @@ declare -rx EC_WIN_NOT_SPEC=6
|
|
declare -rx EC_NO_WIN_FOUND=7
|
|
|
|
# Paths
|
|
-declare -rx ICONS_PATH="./Icons"
|
|
+declare -rx ICONS_PATH="@out@/Icons"
|
|
declare -rx APPDATA_PATH="${HOME}/.local/share/winapps"
|
|
declare -rx CONFIG_PATH="${HOME}/.config/winapps"
|
|
declare -rx CONFIG_FILE="${CONFIG_PATH}/winapps.conf"
|