From c1dc157c71c288c68533efce0e487a310d5b0c5f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Thu, 13 Jul 2023 09:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=99=A8=E5=90=88=E5=85=A5ht?= =?UTF-8?q?tps://gitee.com/deepin-community-store/spark-wine/pulls/16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VM-source/VirtualMachine.pro.user | 4 ++-- deepin-wine-easy-packager.py | 2 +- deepin-wine-packager.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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" "$@"