From 0a81e9aea8ecefb19083d11d1653515ccead6e14 Mon Sep 17 00:00:00 2001 From: tretrauit <3550664-tretrauit@users.noreply.gitlab.com> Date: Tue, 22 Jun 2021 15:46:25 +0000 Subject: [PATCH] Delete zip after extract files --- NPX4CS_Win_Proton.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/NPX4CS_Win_Proton.sh b/NPX4CS_Win_Proton.sh index 51d8908..43363d7 100644 --- a/NPX4CS_Win_Proton.sh +++ b/NPX4CS_Win_Proton.sh @@ -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