rename
This commit is contained in:
parent
fd2ecae480
commit
8af5d526a4
@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
;$ProductId$ should be the name of the product in opsi
|
||||
; therefore please: only lower letters, no umlauts,
|
||||
; no white space use '-' as a seperator
|
||||
Set $ProductId$ = "peazip"
|
||||
Set $ProductId$ = "peazip.peazip"
|
||||
Set $MinimumSpace$ = "15 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip"
|
||||
|
@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "peazip"
|
||||
Set $ProductId$ = "peazip.peazip"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\PeaZip"
|
||||
; ----------------------------------------------------------------
|
||||
|
@ -5,7 +5,7 @@ incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: peazip
|
||||
id: peazip.peazip
|
||||
name: PeaZip
|
||||
description: PeaZip is a free cross-platform file archiver that provides an unified portable GUI for many Open Source technologies like 7-Zip, FreeArc, PAQ, UPX...
|
||||
advice: ADVICE
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="peazip.org"
|
||||
PN="peazip"
|
||||
PN="peazip.peazip"
|
||||
VERSION="4.4"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
|
Loading…
Reference in New Issue
Block a user