Description
Changelog
Reviews (0)
Intro
Paco provides a safer way to manage dependencies by downloading and installing packages from a trusted and predefined array rather than shipping addons and/or binaries directly with the project.
It reduces risks of users unknowingly running malicious scripts or binaries bundled with a project.
Usage
- Specify addons under
application/addonsinproject.godot
[application]
addons=PackedStringArray("https://host_a.net/1.2.3/addon_a.zip", "https://host_b.net/main/addon_b.zip")
- Install
pacoin a project folder (usually underres://addons) - Run the
paco.gdscript headless with the command-line
License
This project is licensed under the AGPLv3. For more details, please refer to the LICENSE file.
Changelog for version 0.0.3
No changelog provided for this version.
