Rename to filzilla.client

This commit is contained in:
Mario Fetka
2013-03-03 20:32:35 +01:00
parent 73f7abfd47
commit 45e3f89ec6
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,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$ = "filezilla.filezilla"
Set $ProductId$ = "filezilla.client"
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"

View File

@@ -27,7 +27,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "filezilla.filezilla"
Set $ProductId$ = "filezilla.client"
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"
; ----------------------------------------------------------------