Begin work on the localization cycle prevention and add newline to existing scripts

This commit is contained in:
Oliver-Akins 2024-02-24 13:40:25 -07:00
parent bbd96d3b45
commit 19588bb137
4 changed files with 85 additions and 2 deletions

13
scripts/updateSystem.mjs Normal file
View file

@ -0,0 +1,13 @@
/*
Takes the system.json and updates all the release-specific properties in it to
help prevent erroneous updates from being made when using the local package for
development.
---
Set the "manifest" property to:
"url" property + "/releases/latest/download/system.json"
Set the "download" property to:
"url" property + "/releases/download/{version number}/{zip_name}.zip"
*/