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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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