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