mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
better branding on it's way
This commit is contained in:
parent
e76d174082
commit
dc1f45c3e4
4 changed files with 26 additions and 26 deletions
|
|
@ -2,15 +2,15 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# NSIS branding defines for official release builds.
|
||||
# NSIS branding defines for unofficial builds.
|
||||
# The official release build branding.nsi is located in other-license/branding/firefox/
|
||||
# The nightly build branding.nsi is located in browser/installer/windows/nsis/
|
||||
# The unofficial build branding.nsi is located in browser/branding/unofficial/
|
||||
|
||||
# BrandFullNameInternal is used for some registry and file system values
|
||||
# instead of BrandFullName and typically should not be modified.
|
||||
!define BrandFullNameInternal "LegacyEngine"
|
||||
!define BrandFullNameInternal "Dactyloidae"
|
||||
!define CompanyName "OwnedByWuigi"
|
||||
!define URLInfoAbout "https://github.com/OwnedByWuigi/"
|
||||
!define URLUpdateInfo "https://github.com/OwnedByWuigi/UXP/releases"
|
||||
!define HelpLink "https://github.com/OwnedByWuigi/UXP/issues"
|
||||
!define URLSystemRequirements "https://github.com/OwnedByWuigi/UXP/"
|
||||
!define URLInfoAbout "about:blank"
|
||||
!define URLUpdateInfo "about:blank"
|
||||
!define HelpLink "about:blank"
|
||||
!define URLSystemRequirements "about:blank"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue