Delete zip after extract files

This commit is contained in:
tretrauit 2021-06-22 15:46:25 +00:00
parent cb5da3b5ab
commit 0a81e9aea8

View File

@ -15,6 +15,7 @@ wget -O NPX_WIN.zip "$NPL_WIN_DL"
echo "Extracting NotParadoxLauncher..."
mkdir -p ./NotParadoxLauncher
unzip ./NPX_WIN.zip -d NotParadoxLauncher
rm -rf NPX_WIN.zip
echo "Detecting installed Proton..."
PROTONS=()
for steam_apps in ./../*/; do