mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
5ba29c9348
commit
96e6c4e64c
@ -260,8 +260,8 @@ Section $(sec_main) sec_main
|
||||
File /r "release\libgpg-error-0.dll"
|
||||
File /r "release\libgpgme-11.dll"
|
||||
File /r "changelog.txt"
|
||||
File /r "release\bdboot.txt"
|
||||
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
@ -278,10 +278,9 @@ Section $(sec_data) sec_data
|
||||
SetOutPath "$APPDATA\RetroShare\plugins\"
|
||||
;File /r "plugins\"
|
||||
|
||||
; We're not ready for external skins...
|
||||
; Set Section qss need to remove svn path
|
||||
; Set Section qss and exclude svn
|
||||
SetOutPath "$INSTDIR\qss\"
|
||||
File /r qss\*.*
|
||||
File /r /x .svn qss\*.*
|
||||
|
||||
; Set Section skin
|
||||
; SetOutPath "$INSTDIR\skin\"
|
||||
|
Loading…
Reference in New Issue
Block a user