1.9.0大体完成

This commit is contained in:
2022-08-11 21:54:20 +08:00
parent df344a398c
commit d8f482533c
87 changed files with 41771 additions and 784 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/sh
WINE_CMD="deepin-wine5"
if [ $WINE = "" ]; then
WINE_CMD="deepin-wine5"
else
WINE_CMD=$WINE
fi
userdir=$USER
remove_file()
@@ -364,7 +367,7 @@ if [ -z "$1" ]; then
echo "prefix should be given"
exit 1
fi
WINEPREFIX=$1
BottlePath=$1
BottleBase=${BottlePath}/drive_c