not wine9

This commit is contained in:
2025-03-03 13:17:02 +08:00
parent bfb3ed8b87
commit 2d7a7b0c00

View File

@@ -44,11 +44,11 @@ fi
fi
# Run spark-wine with WINEPREFIX
export WINEPREFIX="${WINEPREFIX:=$HOME/.deepinwine/spark-wine9-custom}"
export WINEPREFIX="${WINEPREFIX:=$HOME/.deepinwine/spark-wine-custom}"
export APPRUN_CMD="/usr/bin/spark-wine9"
export SHELL_DIR="/opt/spark-dwine-helper"
if [[ "$WINEPREFIX" != $HOME/.deepinwine/spark-wine9-custom ]];then
if [[ "$WINEPREFIX" != $HOME/.deepinwine/spark-wine-custom ]];then
${APPRUN_CMD} "$@"
exit
fi