13 Commits

Author SHA1 Message Date
IntegerLimit
0caaf02b8c
Attempt to add mainfest.json changes into generated commit list 2023-08-27 17:17:58 +10:00
IntegerLimit
7d2c428999
Remove another -rc 2023-07-25 16:11:28 +10:00
IntegerLimit
790aa3af9d
Remove -rc at end of built zips 2023-07-24 22:24:46 +10:00
Exaxxion
d3c771d94f
Update buildscripts (#335)
Merged changes from https://github.com/Nomifactory/Nomifactory/tree/dev/buildtools made after February 2022 (when I helped @tracer4b get the build scripts at the time set up).

CurseForge subsequently did its API changes so the old scripts don't work anymore.

You will need to create a Secret called CFCORE_API_TOKEN which contains the CurseForge API authentication token you wish to use (for https://api.curseforge.com). When running build scripts locally, you need to have an environment variable set with the same name and value.

This token allows the script to download mod jars required for building the server zip. Without this token, at the very least mods that disallow third-party downloads would return blank download links and that build target would fail. It might be needed to use the API at all, but @NotMyWing is our CICD author and resident expert, so I would defer to him on details.

/* Commits */

* Switch API calls to CFCore (#914)

Necessary to continue using the CurseForge API.

* Propagate the CFCore token to GHA

* Move download URL forging to fetchFileInfo

* Add CurseForge Beta deployment workflow (#944)

---------

Co-authored-by: Neeve <winwyv@gmail.com>
2023-04-17 18:21:45 +10:00
IntegerLimit
66bf388b64 Update quest_i8n.ts from Nomifactory 2023-02-21 21:44:33 +11:00
tracer4b
46bfeefc6b use cf default api endpoint 2022-07-10 14:22:13 +08:00
tracer4b
bd8ef4e435 swap license to .md file 2022-07-10 14:17:08 +08:00
tracer4b
b803be4a5e Revert "Update curseForgeAPI.ts"
This reverts commit de22ffb6a3fecc77c329e4cd5c2a3bf93a60f4d2.
2022-07-09 16:21:22 +08:00
tracer4b
de22ffb6a3 Update curseForgeAPI.ts 2022-07-09 16:18:34 +08:00
tracer4b
322482299f update buildscript to new cf protocol 2022-07-07 16:11:30 +08:00
m2r1k5
d4b81cf69b Revert "Create build_zip.bat"
This reverts commit 2bca3a7b93a11dddf18969aa540ddcb291bf0997.
2022-02-13 19:16:33 +08:00
m2r1k5
2bca3a7b93 Create build_zip.bat 2022-02-13 19:11:23 +08:00
Exa
7a329bc07b Add Nomifactory's build scripts
Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00