Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of application metadata to embed into the Windows executable.

For more information, read the rcedit Node module documentation.

Hierarchy

  • Win32MetadataOptions

Index

Properties

CompanyName?: string

Defaults to the author name from the nearest package.json.

FileDescription?: string

Defaults to either productName or name from the nearest package.json.

InternalName?: string

Defaults to either productName or name from the nearest package.json.

OriginalFilename?: string

Defaults to the renamed Electron .exe file.

ProductName?: string

Defaults to either productName or name from the nearest package.json.

application-manifest?: string

Path to a local manifest file.

See MSDN for more details.

requested-execution-level?: "asInvoker" | "highestAvailable" | "requireAdministrator"

See MSDN for details.