mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge branch 'release-candidate' into manager-wizard
This commit is contained in:
commit
17a7a1889e
@ -1,2 +1,9 @@
|
||||
@echo OFF
|
||||
powershell ".\scripts\install.bat | tee output.log"
|
||||
|
||||
WHERE /q powershell
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
.\scripts\install.bat
|
||||
) else (
|
||||
powershell ".\scripts\install.bat | tee output.log"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user