You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
A post script which exports the built add-on to a desired path.
[scripts]
# ...post = [
{
run = "export.rb",
with = "ruby",
args = [
"dev", # development folder
]
]
Alternatively, the --path=PATH option can be used to specify a custom path. Not providing such value requires the presence of "dev" for development add-on folders or "release" for release add-on folders. The script detects each type of add-on and tries to find the right location depending on the system used (e.g. Android, Windows, Linux, …)