mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
webui: windows build-script
new location for web sources
This commit is contained in:
parent
741db1333f
commit
8def6174c9
@ -221,7 +221,7 @@ Section $(Section_Main) Section_Main
|
|||||||
|
|
||||||
; WebUI
|
; WebUI
|
||||||
SetOutPath "$INSTDIR\webui"
|
SetOutPath "$INSTDIR\webui"
|
||||||
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*"
|
File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
|
||||||
|
|
||||||
; License
|
; License
|
||||||
SetOutPath "$INSTDIR\license"
|
SetOutPath "$INSTDIR\license"
|
||||||
|
@ -241,7 +241,7 @@ Section $(Section_Main) Section_Main
|
|||||||
|
|
||||||
; WebUI
|
; WebUI
|
||||||
SetOutPath "$INSTDIR\webui"
|
SetOutPath "$INSTDIR\webui"
|
||||||
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*"
|
File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
|
||||||
|
|
||||||
; License
|
; License
|
||||||
SetOutPath "$INSTDIR\license"
|
SetOutPath "$INSTDIR\license"
|
||||||
|
Loading…
Reference in New Issue
Block a user