mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
25 lines
No EOL
609 B
Bash
25 lines
No EOL
609 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/.
|
|
|
|
MOZ_APP_NAME=dactyloidae
|
|
|
|
MOZ_APP_BASENAME="Dactyloidae"
|
|
|
|
MOZ_APP_DISPLAYNAME="Dactyloidae"
|
|
|
|
MOZ_APP_UA_NAME="Basilisk"
|
|
|
|
MOZ_APP_VENDOR="OwnedByWuigi"
|
|
|
|
MOZ_APP_FULLNAME="Dactyloidae"
|
|
|
|
MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae"
|
|
|
|
MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae
|
|
|
|
MOZ_DISTRIBUTION_ID=com.opensource
|
|
|
|
MOZ_MACBUNDLE_NAME="Dactyloidae.app"
|
|
|
|
MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/UXP |