mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-16 21:19:54 +08:00
修改容器清理脚本
This commit is contained in:
parent
8ae5efe50c
commit
f9cac7619c
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $WINE = "" ]; then
|
if [ $WINE = "" ]; then
|
||||||
WINE_CMD="deepin-wine5"
|
WINE_CMD="deepin-wine6-stable"
|
||||||
else
|
else
|
||||||
WINE_CMD=$WINE
|
WINE_CMD=$WINE
|
||||||
fi
|
fi
|
||||||
@ -55,7 +55,6 @@ clean_common_temp()
|
|||||||
#remove_file "$BottleBase/users/${USER}"
|
#remove_file "$BottleBase/users/${USER}"
|
||||||
purge_dir "$BottleBase/users/Public/Temp"
|
purge_dir "$BottleBase/users/Public/Temp"
|
||||||
remove_file "$BottleBase/../PACKAGE_VERSION"
|
remove_file "$BottleBase/../PACKAGE_VERSION"
|
||||||
remove_file "$BottleBase/../update.policy"
|
|
||||||
purge_dir "$BottleBase/deepin"
|
purge_dir "$BottleBase/deepin"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ mkdir ../program
|
|||||||
make install -j$cpu DESTDIR=../program
|
make install -j$cpu DESTDIR=../program
|
||||||
cd ../program/usr/local/
|
cd ../program/usr/local/
|
||||||
# 打7z包
|
# 打7z包
|
||||||
|
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||||
7z a /wine/wine-daily-ubuntu22.04-aarch64.7z *
|
7z a /wine/wine-daily-ubuntu22.04-aarch64.7z *
|
||||||
cd /wine
|
cd /wine
|
||||||
rm -rfv program
|
rm -rfv program
|
||||||
|
Loading…
x
Reference in New Issue
Block a user