full release script
Terkwood opened this issue · 2 comments
Terkwood commented
Generate an example of a full release script. Having CLI export of the godot projects would be nice
- incorporate published dylibs from github, e.g.
curl https://github.com/Terkwood/delta-pack/releases/tag/v0.1.0/SOME_LIB.SO
- cli export
- checksum for full pack
- generate delta and its checksum
- POST to admin route, registering delta
Terkwood commented
https://docs.godotengine.org/en/stable/getting_started/editor/command_line_tutorial.html --export-pack <preset> <path>
Terkwood commented