mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
fix: Can't read bottle name
This commit is contained in:
@@ -33,12 +33,12 @@ function get_app_name() {
|
|||||||
echo "$app_name"
|
echo "$app_name"
|
||||||
}
|
}
|
||||||
######### Vars
|
######### Vars
|
||||||
|
BOTTLENAME=""
|
||||||
BOTTLENAME="$1"
|
BOTTLENAME="$1"
|
||||||
WINEPREFIX="$HOME/.deepinwine/$1"
|
WINEPREFIX="$HOME/.deepinwine/$1"
|
||||||
APPDIR="/opt/apps/${DEB_PACKAGE_NAME}/files"
|
APPDIR="/opt/apps/${DEB_PACKAGE_NAME}/files"
|
||||||
APPVER=""
|
APPVER=""
|
||||||
APPTAR="files.7z"
|
APPTAR="files.7z"
|
||||||
BOTTLENAME=""
|
|
||||||
WINE_CMD="deepin-wine"
|
WINE_CMD="deepin-wine"
|
||||||
#这里会被后续覆盖
|
#这里会被后续覆盖
|
||||||
LOG_FILE=$0
|
LOG_FILE=$0
|
||||||
|
|||||||
Reference in New Issue
Block a user