mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
4.46 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
a145bfc7cf
commit
c574fc0f4b
10
DOC/7zip.nsi
10
DOC/7zip.nsi
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 4
|
||||
!define VERSION_MINOR 45
|
||||
!define VERSION_MINOR 46
|
||||
!define VERSION_POSTFIX_FULL " beta"
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -151,6 +151,8 @@ Section
|
||||
|
||||
RMDir $INSTDIR\Formats
|
||||
|
||||
Delete $INSTDIR\Lang\no.txt
|
||||
|
||||
# install files
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
@@ -227,7 +229,8 @@ Section
|
||||
File ms.txt
|
||||
File ne.txt
|
||||
File nl.txt
|
||||
File no.txt
|
||||
File nb.txt
|
||||
File nn.txt
|
||||
File pl.txt
|
||||
File pt.txt
|
||||
File pt-br.txt
|
||||
@@ -410,7 +413,8 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\Lang\ms.txt
|
||||
Delete $INSTDIR\Lang\ne.txt
|
||||
Delete $INSTDIR\Lang\nl.txt
|
||||
Delete $INSTDIR\Lang\no.txt
|
||||
Delete $INSTDIR\Lang\nb.txt
|
||||
Delete $INSTDIR\Lang\nn.txt
|
||||
Delete $INSTDIR\Lang\pl.txt
|
||||
Delete $INSTDIR\Lang\pt.txt
|
||||
Delete $INSTDIR\Lang\pt-br.txt
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "4" ?>
|
||||
<?define VerMinor = "45" ?>
|
||||
<?define VerBuild = "03" ?>
|
||||
<?define VerMinor = "46" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "0$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
<?define MmmmVer = "$(var.MmVer).$(var.VerBuild).0" ?>
|
||||
@@ -279,7 +279,8 @@
|
||||
<File Id="ms.txt" Name="ms.txt" />
|
||||
<File Id="ne.txt" Name="ne.txt" />
|
||||
<File Id="nl.txt" Name="nl.txt" />
|
||||
<File Id="no.txt" Name="no.txt" />
|
||||
<File Id="nb.txt" Name="nb.txt" />
|
||||
<File Id="nn.txt" Name="nn.txt" />
|
||||
<File Id="pl.txt" Name="pl.txt" />
|
||||
<File Id="pt.txt" Name="pt.txt" />
|
||||
<File Id="pt_br.txt" Name="pt-br.txt" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
7-Zip 4.44 Sources
|
||||
7-Zip 4.46 Sources
|
||||
------------------
|
||||
|
||||
7-Zip is a file archiver for Windows 95/98/ME/NT/2000/2003/XP/Vista.
|
||||
|
||||
Reference in New Issue
Block a user