mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Updated retroshare version number to 0.4.07a
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@508 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aa393dcc72
commit
b3eb664e35
@ -2,7 +2,7 @@
|
||||
|
||||
; Define your application name
|
||||
!define APPNAME "RetroShare"
|
||||
!define VERSION "0.4.06c"
|
||||
!define VERSION "0.4.07a"
|
||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||
|
||||
; Main Install settings
|
||||
@ -39,9 +39,9 @@ SetCompressor LZMA
|
||||
!define MUI_LANGDLL_REGISTRY_ROOT HKLM
|
||||
!define MUI_LANGDLL_REGISTRY_KEY ${REGKEY}
|
||||
!define MUI_LANGDLL_REGISTRY_VALUENAME InstallerLanguage
|
||||
|
||||
|
||||
; !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of RetroShare. \r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without havinf to reboot your computer. \r\n\r\nIMPORTANT: Ensure that RetroShare is NOT RUNNING before continuing (you can exit from the taskbar menu), otherwise the installer cannot update the executables, and the installation will fail. \r\n\r\nClick Next to continue. "
|
||||
|
||||
|
||||
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of RetroShare. \r\n\r\nIMPORTANT: Ensure that RetroShare is NOT RUNNING before continuing (you can exit from the taskbar menu), otherwise the installer cannot update the executables, and the installation will fail. \r\n\r\nClick Next to continue. "
|
||||
|
||||
|
||||
@ -160,7 +160,7 @@ Section $(sec_data) sec_data
|
||||
SetOutPath "$APPDATA\RetroShare\"
|
||||
;File /r "data\*"
|
||||
|
||||
; We're not ready for external skins...
|
||||
; We're not ready for external skins...
|
||||
; Set Section qss need to remove svn path
|
||||
SetOutPath "$INSTDIR\qss\"
|
||||
File /r release\qss\*.*
|
||||
@ -172,7 +172,7 @@ Section $(sec_data) sec_data
|
||||
; Set Section skin
|
||||
; SetOutPath "$INSTDIR\skin\"
|
||||
; File /r release\skin\*.*
|
||||
|
||||
|
||||
; Add emoticons
|
||||
SetOutPath "$INSTDIR\emoticons\kopete\"
|
||||
File /r release\emoticons\kopete\*.*
|
||||
@ -204,7 +204,7 @@ Section $(sec_link) sec_link
|
||||
WriteRegBin HKCR retroshare EditFlags 00000100
|
||||
WriteRegStr HKCR "retroshare\shell" "" open
|
||||
WriteRegStr HKCR "retroshare\shell\open\command" "" `"$INSTDIR\RetroShare.exe" "%1"`
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
SectionGroup $(sec_shortcuts) sec_shortcuts
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
//#define USE_SVN_VERSIONS 1
|
||||
|
||||
#define VERSION "0.4.06c"
|
||||
#define VERSION "0.4.07a"
|
||||
|
||||
#if USE_SVN_VERSIONS
|
||||
#include "svn_revision.h"
|
||||
|
Loading…
Reference in New Issue
Block a user