fixed to exclude svn directories for windows installer

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3766 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-09 00:48:45 +00:00
parent 5ba29c9348
commit 96e6c4e64c

View File

@ -260,7 +260,7 @@ Section $(sec_main) sec_main
File /r "release\libgpg-error-0.dll" File /r "release\libgpg-error-0.dll"
File /r "release\libgpgme-11.dll" File /r "release\libgpgme-11.dll"
File /r "changelog.txt" File /r "changelog.txt"
File /r "release\bdboot.txt"
SectionEnd SectionEnd
@ -278,10 +278,9 @@ Section $(sec_data) sec_data
SetOutPath "$APPDATA\RetroShare\plugins\" SetOutPath "$APPDATA\RetroShare\plugins\"
;File /r "plugins\" ;File /r "plugins\"
; We're not ready for external skins... ; Set Section qss and exclude svn
; Set Section qss need to remove svn path
SetOutPath "$INSTDIR\qss\" SetOutPath "$INSTDIR\qss\"
File /r qss\*.* File /r /x .svn qss\*.*
; Set Section skin ; Set Section skin
; SetOutPath "$INSTDIR\skin\" ; SetOutPath "$INSTDIR\skin\"