summarylogtreecommitdiffstats
path: root/deepin-wine-ttplayer.sh
diff options
context:
space:
mode:
authorzxp198210052023-11-17 11:36:52 +0800
committerzxp198210052023-11-17 11:36:52 +0800
commit8c1443b7b26a1ef44b677211e75d8da6f0e7b0b6 (patch)
tree3877112f4244294e4877c3a904e13520d44b03fb /deepin-wine-ttplayer.sh
parente9352aa8cd1ca5ba61fe224ba3decd76a27e779f (diff)
downloadaur-8c1443b7b26a1ef44b677211e75d8da6f0e7b0b6.tar.gz
fix errors
Diffstat (limited to 'deepin-wine-ttplayer.sh')
-rw-r--r--deepin-wine-ttplayer.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/deepin-wine-ttplayer.sh b/deepin-wine-ttplayer.sh
new file mode 100644
index 000000000000..3f03d66699c7
--- /dev/null
+++ b/deepin-wine-ttplayer.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+# Copyright (C) 2020 Deepin, Inc.
+#
+# Author: RTX3090 <QQ482961502@gmail.com>
+BOTTLENAME="Deepin-TTPlayer"
+APPVER="5.7.9"
+EXEC_PATH="c:/Program Files/TTPlayer/TTPlayer.exe"
+START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
+
+export MIME_TYPE=""
+export DEB_PACKAGE_NAME="deepin-wine-ttplayer"
+export APPRUN_CMD="deepin-wine6-stable"
+
+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