Add check for 7-zip to deploy script

This commit is contained in:
Ylva Selling
2025-02-20 17:11:46 +01:00
parent de57307537
commit 4bf8124461

View File

@@ -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 ..