summarylogtreecommitdiffstats
path: root/deepin-wine-xiguavideo.sh
diff options
context:
space:
mode:
authorzxp198210052023-12-14 19:05:38 +0800
committerzxp198210052023-12-14 19:05:38 +0800
commit3e3accf55f2ac501c0c111aae82d8ab7623cf334 (patch)
treeee2f4c370ec8252585b750b1863c7e1036a2f627 /deepin-wine-xiguavideo.sh
parent6db725dbeb6a00e3d0275aa4825440a9996c24b2 (diff)
downloadaur-3e3accf55f2ac501c0c111aae82d8ab7623cf334.tar.gz
fix errors
Diffstat (limited to 'deepin-wine-xiguavideo.sh')
-rw-r--r--deepin-wine-xiguavideo.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/deepin-wine-xiguavideo.sh b/deepin-wine-xiguavideo.sh
index d2da17a638f2..11f8400ef9e7 100644
--- a/deepin-wine-xiguavideo.sh
+++ b/deepin-wine-xiguavideo.sh
@@ -7,14 +7,14 @@
# Vufa <countstarlight@gmail.com>
-BOTTLENAME="Deepin-XiGuaVideo"
-APPVER="1.0.7"
+BOTTLENAME=@bottlename@
+APPVER=@appver@
WINEPREFIX="${HOME}/.deepinwine/${BOTTLENAME}"
-EXEC_PATH="c:/Program Files (x86)/xigua-video-electron/西瓜视频.exe"
-EXEC_FILE="${WINEPREFIX}/drive_c/Program Files (x86)/xigua-video-electron/西瓜视频.exe"
+EXEC_PATH="c:/Program Files (x86)/xigua-video-electron/@zhsname@.exe"
+EXEC_FILE="${WINEPREFIX}/drive_c/Program Files (x86)/xigua-video-electron/@zhsname@.exe"
START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"
export MIME_TYPE=""
-export DEB_PACKAGE_NAME="deepin-wine-xiguavideo"
+export DEB_PACKAGE_NAME=@packagename@
export APPRUN_CMD="deepin-wine6-stable"
DISABLE_ATTACH_FILE_DIALOG=""
EXPORT_ENVS=""