Fix syntax error

Fix build order

Minor improvements in CI

NOISSUE stop relying on forge servers for old FML libs

NOISSUE fix issue templates

More improvements

Update main.yml

Copy OpenSSL to install directory

Update main.yml

Update main.yml

Fix Path

Remove broken paths again

Remove uneeded step

Remove more unneeded things.

Don't echo PATH

Update main.yml

Not longer require QTACCOUNT secret

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Remove debugging echo
This commit is contained in:
Sebastian-byte
2021-05-08 16:18:05 -05:00
parent 41c87bd403
commit 1b4fbbcc9f
7 changed files with 220 additions and 31 deletions

View File

@@ -71,8 +71,7 @@ public:
QString AUTH_BASE = "https://authserver.mojang.com/";
QString MOJANG_STATUS_URL = "https://status.mojang.com/check";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_OUR_BASE_URL = "https://files.multimc.org/fmllibs/";
QString FMLLIBS_FORGE_BASE_URL = "https://files.minecraftforge.net/fmllibs/";
QString FMLLIBS_BASE_URL = "https://files.multimc.org/fmllibs/";
QString TRANSLATIONS_BASE_URL = "https://files.multimc.org/translations/";
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";