summarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorzxp198210052023-02-19 13:08:44 +0800
committerzxp198210052023-02-19 13:08:44 +0800
commitb1192d7c39de5e097ce57a891407b82bef9f2306 (patch)
treea36233ddcf62071a94514e2e50e927755bf8eb66 /run.sh
downloadaur-b1192d7c39de5e097ce57a891407b82bef9f2306.tar.gz
the first release
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 000000000000..11893a7713d9
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+BOTTLENAME="Deepin-MailMaster"
+APPVER="4.18.1.1007"
+EXEC_PATH="c:/Program Files (x86)/Netease/MailMaster-bin/mailmaster.exe"
+START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
+
+export MIME_TYPE=""
+export DEB_PACKAGE_NAME="deepin-wine-mailmaster"
+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