trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Allow packaging if `development` is in the environment #194

Closed montegoulding closed 1 year ago

montegoulding commented 1 year ago

This patch alters the condition in _packageApplication which ensures the development environment is available to permit the environment to return development command line as it does in -ui mode.

Closes #193

trevordevore commented 1 year ago

@montegoulding Will you add a comment with an example command that packages from the command line soI can verify?

montegoulding commented 1 year ago

I could add an on startup handler to packager.livecodescript if you want so it can be used to build via:

<path to IDE exe> -ui <path to packager.livecodescript> <path to standalone.app> [<buildprofile>]
trevordevore commented 1 year ago

I could add an on startup handler to packager.livecodescript if you want so it can be used to build via:

<path to IDE exe> -ui <path to packager.livecodescript> <path to standalone.app> [<buildprofile>]

That would be great. Ideally we would get to a point where standalones and installers could all be built through a service like GitHub actions.