mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 09:05:34 -05:00
Fixed env.bat for Windows build
This commit is contained in:
parent
20cd123e55
commit
d367491274
@ -25,7 +25,9 @@ set RsDeployPath=%DeployPath%\Qt-%QtVersion%-%RsBuildConfig%
|
|||||||
set RsPackPath=%DeployPath%
|
set RsPackPath=%DeployPath%
|
||||||
set RsArchiveAdd=
|
set RsArchiveAdd=
|
||||||
|
|
||||||
if exist "%~dp0env-mod.bat" call "%~dp0env-mod.bat"
|
if not exist "%~dp0env-mod.bat" goto no_mod
|
||||||
|
call "%~dp0env-mod.bat"
|
||||||
if errorlevel 1 exit /B %ERRORLEVEL%
|
if errorlevel 1 exit /B %ERRORLEVEL%
|
||||||
|
:no_mod
|
||||||
|
|
||||||
exit /B 0
|
exit /B 0
|
Loading…
x
Reference in New Issue
Block a user