Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeographica committed Aug 8, 2022
1 parent d1d38c9 commit db0290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quakestarter.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REM get our version number
call "%scriptspath%_version_installed_number.cmd"

REM nuke previous upgrade script if needed
del /f /q "%mainpath%quakestarter_update.cmd" >nul 2>&1
del /f /q "%LocalAppData%\Temp\quakestarter_update.cmd" >nul 2>&1

REM see if .Net/PowerShell are ok, and check for curl
powershell.exe -nologo -noprofile -command "&{trap{exit 1;} Add-Type -A 'System.IO.Compression.FileSystem';}" >nul 2>&1
Expand Down

0 comments on commit db0290e

Please sign in to comment.