mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 18:58:27 +02:00
fix wrong variable quoting in file path command
This commit is contained in:
@@ -588,7 +588,7 @@ function waRunCommand() {
|
||||
+auto-reconnect \
|
||||
/drive:media,"$REMOVABLE_MEDIA" \
|
||||
/wm-class:"$FULL_NAME" \
|
||||
/app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:$"FULL_NAME",cmd:\""$FILE_PATH"\" \
|
||||
/app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:"$FULL_NAME",cmd:\""$FILE_PATH"\" \
|
||||
/v:"$RDP_IP" &>/dev/null &
|
||||
|
||||
# Capture the process ID.
|
||||
|
Reference in New Issue
Block a user