fix: Can't read bottle name

This commit is contained in:
2025-01-02 22:43:46 +08:00
parent 36c912e762
commit 3481696e75

View File

@@ -33,12 +33,12 @@ function get_app_name() {
echo "$app_name"
}
######### Vars
BOTTLENAME=""
BOTTLENAME="$1"
WINEPREFIX="$HOME/.deepinwine/$1"
APPDIR="/opt/apps/${DEB_PACKAGE_NAME}/files"
APPVER=""
APPTAR="files.7z"
BOTTLENAME=""
WINE_CMD="deepin-wine"
#这里会被后续覆盖
LOG_FILE=$0