You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: controlPanel-Template.sh
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ Options:
63
63
--wine64 Run the script's wine64 binary.
64
64
--wineserver Run the script's wineserver binary.
65
65
--winetricks Run winetricks.
66
-
--setAppImageSet the script's AppImage file. NOTE:
67
-
Currently broken. Disabled until fixed.
66
+
--selectAppImage Set the script's AppImage file.
67
+
68
68
EEOF
69
69
}
70
70
@@ -133,29 +133,29 @@ selectAppImage() {
133
133
APPIMAGE_DIR="\${APPIMAGE_DIR%?}"
134
134
#-------
135
135
136
-
if [ "\${APPIMAGE_DIR}"!="\${HERE}/data" ];then
137
-
if zenity --question --width=300 --height=200 --text="Warning: The AppImage isn't at \"./data/ directory\"\!\nDo you want to copy the AppImage to the \"./data/\" directory keeping portability?" -- title='Warning!';then
if [ "\${APPIMAGE_DIR}"!="\${HERE}/data/bin" ];then
137
+
if zenity --question --width=300 --height=200 --text="Warning: The AppImage isn't at \"./data/bin/ directory\"\!\nDo you want to copy the AppImage to the \"./data/bin/\" directory keeping portability?" -- title='Warning!';then
0 commit comments