mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
Update github action
This commit is contained in:
@@ -29,8 +29,9 @@ echo ©2020~`date +%Y` gfdgd xi
|
||||
echo
|
||||
echo Temp Path: $tempPath
|
||||
mkdir -pv $tempPath
|
||||
7z x -o$tempPath
|
||||
7z x "$1" -o$tempPath
|
||||
bash $tempPath/run.sh
|
||||
if [[ $1 != "--no-clean" ]]; then
|
||||
rm -rfv $tempPath
|
||||
fi
|
||||
fi
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user