diff options
author | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-20 02:41:08 +0000 |
---|---|---|
committer | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-20 02:57:13 +0000 |
commit | e6246a9306567f5646d3bc1971a1c5c4cf8f4f54 (patch) | |
tree | 17a4e24951924f1cfcda2558bf5d13bd620a5625 /program_info/README.md | |
parent | dcb57f199531e45ac4bf947eaf8cbfe5e66fce23 (diff) | |
download | PrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.tar.gz PrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.tar.bz2 PrismLauncher-e6246a9306567f5646d3bc1971a1c5c4cf8f4f54.zip |
Move MSA Client ID to the same place as the others
MSA Client ID has been moved to CMakeLists.txt, and defaults to the
Client ID for the PolyMC application.
Removed secrets/notsecrets library, replace with (temporary?)
program_info subdirectory.
Diffstat (limited to 'program_info/README.md')
-rw-r--r-- | program_info/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/program_info/README.md b/program_info/README.md new file mode 100644 index 00000000..01c4d02b --- /dev/null +++ b/program_info/README.md @@ -0,0 +1,5 @@ +# PolyMC Program Info + +This is PolyMC's program info which contains information about: +- Application name and logo (and branding in general) +- Various URLs and API endpoints |