mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
582 B
Plaintext
Executable File
14 lines
582 B
Plaintext
Executable File
#filter substitution
|
|
!define AppVersion "@MOZ_APP_VERSION@"
|
|
!define GREVersion @MOZILLA_VERSION@
|
|
!define AB_CD "@AB_CD@"
|
|
!define FileInstallerEXE "@PKG_BASENAME@.installer.exe"
|
|
!define FileInstallerMSI "@PKG_BASENAME@.installer.msi"
|
|
!define FileInstallerNETRoot "@PKG_BASENAME@.net-installer"
|
|
|
|
!define FileMainEXE "@MOZ_APP_NAME@.exe"
|
|
!define WindowClass "FirefoxMessageWindow"
|
|
!define DDEApplication "Firefox"
|
|
!define AppRegName "Firefox"
|
|
!define MinUnsupportedVer "Microsoft Windows 2000"
|