Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DOC/7zip.nsi')
-rwxr-xr-xDOC/7zip.nsi11
1 files changed, 7 insertions, 4 deletions
diff --git a/DOC/7zip.nsi b/DOC/7zip.nsi
index 5a92a48f..8841b64f 100755
--- a/DOC/7zip.nsi
+++ b/DOC/7zip.nsi
@@ -2,7 +2,7 @@
;Defines
!define VERSION_MAJOR 4
-!define VERSION_MINOR 37
+!define VERSION_MINOR 38
!define VERSION_POSTFIX_FULL " beta"
!ifdef WIN64
!ifdef IA64
@@ -53,7 +53,8 @@
;Compressor
!ifndef NO_COMPRESSION
- SetCompressor /SOLID lzma
+ SetCompressor /solid lzma
+ SetCompressorFilter 1
!ifdef IA64
SetCompressorDictSize 8
!else
@@ -67,8 +68,6 @@
;--------------------------------
;Variables
- Var "MyDllPath"
-
;--------------------------------
;Interface Settings
@@ -228,6 +227,8 @@ Section
File sl.txt
File sq.txt
File sr.txt
+ File sr-spc.txt
+ File sr-spl.txt
File sv.txt
File ta.txt
File th.txt
@@ -433,6 +434,8 @@ Section "Uninstall"
Delete $INSTDIR\Lang\sl.txt
Delete $INSTDIR\Lang\sq.txt
Delete $INSTDIR\Lang\sr.txt
+ Delete $INSTDIR\Lang\sr-spc.txt
+ Delete $INSTDIR\Lang\sr-spl.txt
Delete $INSTDIR\Lang\sv.txt
Delete $INSTDIR\Lang\ta.txt
Delete $INSTDIR\Lang\th.txt