diff --git a/VM-source/VirtualMachine.pro.user b/VM-source/VirtualMachine.pro.user index 4996350..ed4f247 100644 --- a/VM-source/VirtualMachine.pro.user +++ b/VM-source/VirtualMachine.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -194,7 +194,7 @@ false true - + /home/gfdgd_xi/Desktop/deep-wine-runner/VM-source 1 diff --git a/deepin-wine-easy-packager.py b/deepin-wine-easy-packager.py index 4b3eb76..ac766cd 100755 --- a/deepin-wine-easy-packager.py +++ b/deepin-wine-easy-packager.py @@ -261,7 +261,7 @@ if [ -n "$EXEC_PATH" ];then if [ -z "${{EXEC_PATH##*.lnk*}}" ];then $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" else - $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@" + $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" fi else $START_SHELL_PATH $BOTTLENAME $APPVER "uninstaller.exe" "$@" diff --git a/deepin-wine-packager.py b/deepin-wine-packager.py index b13e861..2594b3a 100755 --- a/deepin-wine-packager.py +++ b/deepin-wine-packager.py @@ -580,7 +580,7 @@ if [ -n "$EXEC_PATH" ];then if [ -z "${{EXEC_PATH##*.lnk*}}" ];then $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" else - $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@" + $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" fi else $START_SHELL_PATH $BOTTLENAME $APPVER "uninstaller.exe" "$@"