summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index 66224542fe14..000000000000
--- a/run.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2016 Deepin, Inc.
-#
-# Author: Li LongYu <lilongyu@linuxdeepin.com>
-# Peng Hao <penghao@linuxdeepin.com>
-
-version_gt() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)" != "$1"; }
-BOTTLENAME="Deepin-douyin"
-APPVER="2.9.2"
-WINEPREFIX="${HOME}/.deepinwine/${BOTTLENAME}"
-EXEC_PATH="c:/Program Files/ByteDance/douyin/douyin.exe"
-START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
-export MIME_TYPE=""
-export DEB_PACKAGE_NAME="deepin-wine-douyin"
-export APPRUN_CMD="deepin-wine6-stable"
-DISABLE_ATTACH_FILE_DIALOG="1"
-export SPECIFY_SHELL_DIR=`dirname ${START_SHELL_PATH}`
-ARCHIVE_FILE_DIR="/opt/apps/$DEB_PACKAGE_NAME/files"
-export WINEPREDLL="$ARCHIVE_FILE_DIR/dlls"
-
-if [ -z "$DISABLE_ATTACH_FILE_DIALOG" ];then
- export ATTACH_FILE_DIALOG=1
-fi
-
-if [ -n "$EXEC_PATH" ];then
- $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
-else
- $START_SHELL_PATH $BOTTLENAME $APPVER "uninstaller.exe" "$@"
-fi \ No newline at end of file