diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-11-23 17:52:48 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 10:28:36 +0100 |
commit | e9f9bee2d6c4e3418758309c1d1287f80c01cfa2 (patch) | |
tree | a5011652db30be8f9393242d2e68f9b4fce04bf3 | |
parent | 0fd7cf2e9d7363169896df395b44865536e72d7b (diff) | |
download | uxp-e9f9bee2d6c4e3418758309c1d1287f80c01cfa2.tar.gz |
Update names in installer defines.
Having the proper `WindowClass` should resolve #170.
-rw-r--r-- | browser/installer/windows/nsis/defines.nsi.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/browser/installer/windows/nsis/defines.nsi.in b/browser/installer/windows/nsis/defines.nsi.in index ffb23ff1cd..c52b67bcbf 100644 --- a/browser/installer/windows/nsis/defines.nsi.in +++ b/browser/installer/windows/nsis/defines.nsi.in @@ -21,15 +21,15 @@ !endif # These defines should match application.ini settings -!define AppName "Firefox" +!define AppName "Basilisk" !define AppVersion "@APP_VERSION@" !define GREVersion @MOZILLA_VERSION@ !define AB_CD "@AB_CD@" !define FileMainEXE "@MOZ_APP_NAME@.exe" -!define WindowClass "FirefoxMessageWindow" -!define DDEApplication "Firefox" -!define AppRegName "Firefox" +!define WindowClass "BasiliskMessageWindow" +!define DDEApplication "Basilisk" +!define AppRegName "Basilisk" !ifndef DEV_EDITION !define BrandShortName "@MOZ_APP_DISPLAYNAME@" @@ -85,7 +85,7 @@ VIProductVersion "1.0.0.0" VIAddVersionKey "ProductName" "${BrandShortName}" VIAddVersionKey "CompanyName" "${CompanyName}" #ifdef MOZ_OFFICIAL_BRANDING -VIAddVersionKey "LegalTrademarks" "${BrandShortName} is a Trademark of The Mozilla Foundation." +VIAddVersionKey "LegalTrademarks" "${BrandShortName} is a Trademark of Moonchild Productions." #endif VIAddVersionKey "LegalCopyright" "${CompanyName}" VIAddVersionKey "FileVersion" "${AppVersion}" |