Class: AppInfo
Constructors
Constructor
new AppInfo(
info,buildVersion,platformSpecificOptions?,normalizeNfd?):AppInfo
Parameters
info
buildVersion
string | Nullish
platformSpecificOptions?
PlatformSpecificBuildOptions | null
normalizeNfd?
boolean
Returns
AppInfo
Properties
buildNumber
readonlybuildNumber:string|undefined
buildVersion
readonlybuildVersion:string
description
readonlydescription:string
productFilename
readonlyproductFilename:string
productName
readonlyproductName:string
sanitizedProductName
readonlysanitizedProductName:string
shortVersion
readonlyshortVersion:string|undefined
shortVersionWindows
readonlyshortVersionWindows:string|undefined
type
readonlytype:string|undefined
version
readonlyversion:string
Accessors
channel
Get Signature
get channel():
string|null
Returns
string | null
companyName
Get Signature
get companyName():
string|null
Returns
string | null
copyright
Get Signature
get copyright():
string
Returns
string
id
Get Signature
get id():
string
Returns
string
linuxPackageName
Get Signature
get linuxPackageName():
string
Returns
string
macBundleIdentifier
Get Signature
get macBundleIdentifier():
string
Returns
string
name
Get Signature
get name():
string
Returns
string
sanitizedName
Get Signature
get sanitizedName():
string
Returns
string
updaterCacheDirName
Get Signature
get updaterCacheDirName():
string
Returns
string
Methods
computePackageUrl()
computePackageUrl():
Promise<string|null>
Returns
Promise<string | null>
getVersionInWeirdWindowsForm()
getVersionInWeirdWindowsForm(
isSetBuildNumber?):string
Parameters
isSetBuildNumber?
boolean
Returns
string