mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
commit
21421ab8bf
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue