aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-12-28 02:58:19 +0100
committerGitHub <noreply@github.com>2021-12-28 02:58:19 +0100
commit4063a496d707ededdb7d20adccb7256f52c4c773 (patch)
tree6c8b043240e08c64d4d1db1cedd13444baac3ee8
parentb1b615e17f7e28778615b3db2608a9ce32c056e0 (diff)
parent01e4e62de354db05b9536a51e863b3b21a446eb4 (diff)
downloadPrismLauncher-4063a496d707ededdb7d20adccb7256f52c4c773.tar.gz
PrismLauncher-4063a496d707ededdb7d20adccb7256f52c4c773.tar.bz2
PrismLauncher-4063a496d707ededdb7d20adccb7256f52c4c773.zip
Merge pull request #4392 from iGerman00/patch-1
BUILD.md - Clearer differences with binaries
-rw-r--r--BUILD.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index e41068bd..5f33555b 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -15,8 +15,14 @@ MultiMC is a portable application and is not supposed to be installed into any s
That would be anything outside your home folder. Before running `make install`, make sure
you set the install path to something you have write access to. Never build this under
an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work.
-Also note that this guide is for development purposes only. No support is given for building your own fork or special build for any reason whatsoever.
+Also note that this guide is for development purposes only.
+**No support is given for building your own fork or special build for any reason whatsoever**.
+# Branding, identifying marks and API keys
+
+The logo and related assets are All Rights Reserved and may only be used in official builds of MultiMC hosted on multimc.org, and as such, are not, and will not be included in this repository. The source is only provided for the purpose of collaboration.
+
+API keys are necessary for Microsoft account functionality. More info in [(Not) Secrets](https://github.com/MultiMC/Launcher/tree/develop/notsecrets)
# Getting the source