mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09: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 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\"
|
||||||
|
Loading…
Reference in New Issue
Block a user