Begin work on the localization cycle prevention and add newline to existing scripts
This commit is contained in:
parent
bbd96d3b45
commit
19588bb137
4 changed files with 85 additions and 2 deletions
13
scripts/updateSystem.mjs
Normal file
13
scripts/updateSystem.mjs
Normal 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"
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue