Windows build: Extract .zip outside repo clone

This commit is contained in:
Richard Hansen 2022-05-13 17:49:53 -04:00
parent d70dcc3415
commit b1d48bb333
2 changed files with 3 additions and 2 deletions

View file

@ -24,7 +24,7 @@ Section
SetOutPath $INSTDIR
; Put files there
File /r "..\..\..\etherpad-lite-new\*"
File /r "..\..\..\..\etherpad-zip\*"
SectionEnd