aboutsummarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorVufa2021-11-12 21:20:04 +0800
committerVufa2021-11-12 21:20:04 +0800
commitc5bf10df3f5ac3971fe1e40c7bf79147c1d0c098 (patch)
treef1998787b128186729ca7eb621305107113f7f6c /run.sh
parent6f565ef2690345969c0a174f3b7443fc386c1787 (diff)
downloadaur-c5bf10df3f5ac3971fe1e40c7bf79147c1d0c098.tar.gz
Use 'deepin-wine5' instead of 'deepin-wine6-stable'
Signed-off-by: Vufa <countstarlight@gmail.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index 0a8d0944cb0d..17bd4c877991 100755
--- a/run.sh
+++ b/run.sh
@@ -5,7 +5,7 @@
# Author: Li LongYu <lilongyu@linuxdeepin.com>
# Peng Hao <penghao@linuxdeepin.com>
-# Codist <countstarlight@gmail.com>
+# Vufa <countstarlight@gmail.com>
version_gt() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)" != "$1"; }
@@ -18,7 +18,7 @@ START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
TIM_INSTALLER_PATH="c:/Program Files/Tencent/TIM$TIM_VER.exe"
export MIME_TYPE=""
export DEB_PACKAGE_NAME="com.qq.office.deepin"
-export APPRUN_CMD="deepin-wine6-stable"
+export APPRUN_CMD="deepin-wine5"
DISABLE_ATTACH_FILE_DIALOG=""
export SPECIFY_SHELL_DIR=`dirname $START_SHELL_PATH`