aboutsummarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorCodist2021-08-26 15:23:00 +0800
committerCodist2021-08-26 15:23:30 +0800
commit672c2f74ec48be945cf4364f2b349505cee9db87 (patch)
tree51a4627ed87ded5e8b8f0d08e001dc3bee22428d /run.sh
parente181f631bac3f3702cf99f9c6610380eea2a1a49 (diff)
downloadaur-672c2f74ec48be945cf4364f2b349505cee9db87.tar.gz
fixed create install flag file.
Signed-off-by: Codist <countstarlight@gmail.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/run.sh b/run.sh
index 7bb4bae9f281..e3d8e8d42bda 100755
--- a/run.sh
+++ b/run.sh
@@ -42,11 +42,8 @@ Run()
if [ -n "$EXEC_PATH" ];then
if [ ! -f "$WINEPREFIX/reinstalled" ];then
# run installer
- touch $WINEPREFIX/reinstalled
env LC_ALL=zh_CN.UTF-8 WINEDLLOVERRIDES="winemenubuilder.exe=d" $START_SHELL_PATH $BOTTLENAME $APPVER "$QQ_INSTALLER_PATH" "$@"
- if [ $APPRUN_CMD = "deepin-wine5" ]; then
- echo "5" > $WINEPREFIX/deepin
- fi
+ touch $WINEPREFIX/reinstalled
else
env LC_ALL=zh_CN.UTF-8 $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
fi