reanme
This commit is contained in:
parent
11e68e4710
commit
1e3afcb929
@ -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$ = "paintdotnet"
|
||||
Set $ProductId$ = "paintdotnet.paintdotnet"
|
||||
Set $MinimumSpace$ = "60 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"
|
||||
|
@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "paintdotnet"
|
||||
Set $ProductId$ = "paintdotnet.paintdotnet"
|
||||
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"
|
||||
Set $InstallDir64$ = "%CommonProgramsDir%\Paint.NET"
|
||||
; ----------------------------------------------------------------
|
||||
|
@ -5,7 +5,7 @@ incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: paintdotnet
|
||||
id: paintdotnet.paintdotnet
|
||||
name: Paint.NET
|
||||
description: Paint.NET is free image and photo editing software for computers that run Windows.
|
||||
advice: ADVICE
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="getpaint.net"
|
||||
PN="paintdotnet"
|
||||
PN="paintdotnet.paintdotnet"
|
||||
VERSION="3.5.10"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
|
Loading…
Reference in New Issue
Block a user