mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added to installer to install translations for the dialogs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3735 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
321e218c9a
commit
0dd1442383
@ -4,6 +4,7 @@
|
|||||||
!define APPNAME "RetroShare"
|
!define APPNAME "RetroShare"
|
||||||
!define VERSION "0.5.1"
|
!define VERSION "0.5.1"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} ${VERSION}"
|
||||||
|
!define QTBASE "D:\qt\2010.01"
|
||||||
|
|
||||||
; Main Install settings
|
; Main Install settings
|
||||||
Name "${APPNAMEANDVERSION}"
|
Name "${APPNAMEANDVERSION}"
|
||||||
@ -254,6 +255,7 @@ Section $(sec_main) sec_main
|
|||||||
File /r "D:\Qt\2010.01\qt\bin\libgcc_s_dw2-1.dll"
|
File /r "D:\Qt\2010.01\qt\bin\libgcc_s_dw2-1.dll"
|
||||||
File /r "D:\Qt\2010.01\qt\plugins\imageformats"
|
File /r "D:\Qt\2010.01\qt\plugins\imageformats"
|
||||||
File /r "D:\Development\miniupnpc-1.3\miniupnpc.dll"
|
File /r "D:\Development\miniupnpc-1.3\miniupnpc.dll"
|
||||||
|
File /r ${QTBASE}\qt\qt_*.qm
|
||||||
File /r "release\pthreadGC2d.dll"
|
File /r "release\pthreadGC2d.dll"
|
||||||
File /r "release\libgpg-error-0.dll"
|
File /r "release\libgpg-error-0.dll"
|
||||||
File /r "release\libgpgme-11.dll"
|
File /r "release\libgpgme-11.dll"
|
||||||
@ -415,7 +417,6 @@ Section "Uninstall"
|
|||||||
RMDir /r "$APPDATA\${APPNAME}\cache"
|
RMDir /r "$APPDATA\${APPNAME}\cache"
|
||||||
RMDir /r "$APPDATA\${APPNAME}\Partials"
|
RMDir /r "$APPDATA\${APPNAME}\Partials"
|
||||||
|
|
||||||
|
|
||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
||||||
|
|
||||||
@ -434,6 +435,7 @@ Section "Uninstall"
|
|||||||
RMDir /r "$INSTDIR\qss"
|
RMDir /r "$INSTDIR\qss"
|
||||||
RMDir /r "$INSTDIR\emoticons"
|
RMDir /r "$INSTDIR\emoticons"
|
||||||
RMDir /r "$INSTDIR\style"
|
RMDir /r "$INSTDIR\style"
|
||||||
|
RMDir /r "$INSTDIR\translations"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user