summarylogtreecommitdiffstats
path: root/deepin-wine-danmoshui.sh
blob: 11920e337f7aa49792f58ff11bbddb472d4c2c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
 
#   Copyright (C) 2020 Deepin, Inc.
#
#   Author:     RTX3090 <QQ482961502@gmail.com>
 
BOTTLENAME="Deepin-danmoshui"
APPVER="0.0.6"
EXEC_PATH="c:/Program Files/淡墨水字帖_x64/淡墨水字帖.exe"
START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"

export MIME_TYPE=""
export DEB_PACKAGE_NAME="deepin-wine-danmoshui"
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