mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 05:14:21 -04:00
webui: windows build-script
new location for web sources
This commit is contained in:
parent
741db1333f
commit
8def6174c9
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ Section $(Section_Main) Section_Main
|
|||
|
||||
; WebUI
|
||||
SetOutPath "$INSTDIR\webui"
|
||||
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*"
|
||||
File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
|
||||
|
||||
; License
|
||||
SetOutPath "$INSTDIR\license"
|
||||
|
|
|
@ -241,7 +241,7 @@ Section $(Section_Main) Section_Main
|
|||
|
||||
; WebUI
|
||||
SetOutPath "$INSTDIR\webui"
|
||||
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*"
|
||||
File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
|
||||
|
||||
; License
|
||||
SetOutPath "$INSTDIR\license"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue