update the nsis script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-13 21:18:52 +00:00
parent 16b1dd7eb1
commit 36d690448f

View File

@ -2,7 +2,7 @@
; Define your application name ; Define your application name
!define APPNAME "RetroShare" !define APPNAME "RetroShare"
!define VERSION "0.5.0" !define VERSION "0.5.1"
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
; Main Install settings ; Main Install settings
@ -287,7 +287,7 @@ Section $(sec_data) sec_data
; Add emoticons ; Add emoticons
SetOutPath "$INSTDIR\emoticons\" SetOutPath "$INSTDIR\emoticons\"
File /r emoticons\*.* ;File /r emoticons\*.*
; Add Chat Style ; Add Chat Style
;SetOutPath "$INSTDIR\style\" ;SetOutPath "$INSTDIR\style\"