Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Export script #2

@phoenixr-codes

Description

@phoenixr-codes

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, …)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions