mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
#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 "firefox.exe"
|
|
!define WindowClass "FirefoxMessageWindow"
|
|
!define DDEApplication "Firefox"
|
|
!define AppRegName "Firefox"
|