diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-05-30 05:58:25 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-05-30 05:58:25 +0000 |
commit | 23551f3f4289951a1ca6093eab152700dd0e9d21 (patch) | |
tree | 2db505d8a1ca3fea49c62452698f45485d1ce511 /nsis | |
parent | 4a9326b4126c8892feee027b29a6203aeed5f76a (diff) |
sylpheed.nsi: reserve nsProcess.dll file to speed up the launch of installer.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3080 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/sylpheed-defs.nsh | 4 | ||||
-rw-r--r-- | nsis/sylpheed.nsi | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh index 684d5412..320b46db 100644 --- a/nsis/sylpheed-defs.nsh +++ b/nsis/sylpheed-defs.nsh @@ -1,7 +1,7 @@ ;!define SYLPHEED_PRO
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.2beta7"
+!define PRODUCT_VERSION "3.2beta8"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
@@ -19,7 +19,7 @@ !ifdef SYLPHEED_PRO
!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.1.3"
+!define INST_VERSION "2.1.4"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}
diff --git a/nsis/sylpheed.nsi b/nsis/sylpheed.nsi index df9da347..05c55d9e 100644 --- a/nsis/sylpheed.nsi +++ b/nsis/sylpheed.nsi @@ -59,6 +59,7 @@ SetCompressor /SOLID lzma ; Reserve files
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
+ReserveFile "${NSISDIR}\Plugins\nsProcess.dll"
; MUI end ------
|