correct disk requrement
This commit is contained in:
parent
11d132a96f
commit
efa002e617
@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; therefore please: only lower letters, no umlauts,
|
; therefore please: only lower letters, no umlauts,
|
||||||
; no white space use '-' as a seperator
|
; no white space use '-' as a seperator
|
||||||
Set $ProductId$ = "7zip"
|
Set $ProductId$ = "7zip"
|
||||||
Set $MinimumSpace$ = "2.7 MB"
|
Set $MinimumSpace$ = "3 MB"
|
||||||
; the path were we find the product after the installation
|
; the path were we find the product after the installation
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
|
Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="7zip"
|
PN="7zip"
|
||||||
VERSION="9.20"
|
VERSION="9.20"
|
||||||
RELEASE="1"
|
RELEASE="2"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user