mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Add check for 7-zip to deploy script
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
if NOT exist "C:\Program Files\7-Zip\7z.exe" (
|
||||
echo 7-Zip is not installed. Please download it to "C:\Program Files\7-Zip\7z.exe" and install it from https://www.7-zip.org/
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
:: This script might have been executed from the support folder
|
||||
if NOT exist openspace.cfg cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user