mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
12 lines
403 B
Bash
12 lines
403 B
Bash
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# 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/.
|
|
|
|
# there is a possible patch to consider when changing this:
|
|
# see: patches/browser-confvars.patch
|
|
|
|
MOZ_APP_NAME=librewolf
|
|
MOZ_APP_BASENAME="LibreWolf"
|
|
MOZ_APP_PROFILE=librewolf
|
|
MOZ_APP_VENDOR=LibreWolf
|
|
|