mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
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:
parent
16b1dd7eb1
commit
36d690448f
@ -2,7 +2,7 @@
|
||||
|
||||
; Define your application name
|
||||
!define APPNAME "RetroShare"
|
||||
!define VERSION "0.5.0"
|
||||
!define VERSION "0.5.1"
|
||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||
|
||||
; Main Install settings
|
||||
@ -287,7 +287,7 @@ Section $(sec_data) sec_data
|
||||
|
||||
; Add emoticons
|
||||
SetOutPath "$INSTDIR\emoticons\"
|
||||
File /r emoticons\*.*
|
||||
;File /r emoticons\*.*
|
||||
|
||||
; Add Chat Style
|
||||
;SetOutPath "$INSTDIR\style\"
|
||||
|
Loading…
Reference in New Issue
Block a user