mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 17:59:02 -04:00
Added copy of retroshare.dll to Windows build environment and installer. Enabled build of plugins.
This commit is contained in:
parent
95d521f692
commit
a815d5b1be
3 changed files with 12 additions and 10 deletions
|
@ -13,8 +13,7 @@ call "%~dp0build-libs\build-libs.bat"
|
|||
if errorlevel 1 %cecho% error "Failed to build libraries." & exit /B %ERRORLEVEL%
|
||||
|
||||
%cecho% info "Build %SourceName%"
|
||||
call "%~dp0build\build.bat" release autologin jsonapi
|
||||
rem plugins
|
||||
call "%~dp0build\build.bat" release autologin jsonapi plugins
|
||||
if errorlevel 1 %cecho% error "Failed to build %SourceName%." & exit /B %ERRORLEVEL%
|
||||
|
||||
%cecho% info "Pack %SourceName%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue