mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 01:28:28 +08:00
修改容器清理脚本
This commit is contained in:
parent
8ae5efe50c
commit
f9cac7619c
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ $WINE = "" ]; then
|
||||
WINE_CMD="deepin-wine5"
|
||||
WINE_CMD="deepin-wine6-stable"
|
||||
else
|
||||
WINE_CMD=$WINE
|
||||
fi
|
||||
@ -55,7 +55,6 @@ clean_common_temp()
|
||||
#remove_file "$BottleBase/users/${USER}"
|
||||
purge_dir "$BottleBase/users/Public/Temp"
|
||||
remove_file "$BottleBase/../PACKAGE_VERSION"
|
||||
remove_file "$BottleBase/../update.policy"
|
||||
purge_dir "$BottleBase/deepin"
|
||||
}
|
||||
|
||||
|
@ -42,6 +42,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打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 *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
|
Loading…
Reference in New Issue
Block a user