trevordevore / levure

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

Implement `finalizePackagedApp` callback #204

Closed montegoulding closed 1 year ago

montegoulding commented 1 year ago

This patch implements a new packager callback finalizePackagedApp to be called as a last chance to mutate the app configuration just prior to saving it in the standalone mainstack.

Closes #203

trevordevore commented 1 year ago

@montegoulding I'm going to hold off on merging this in since you say you don't need it in the PR for #208. If you decide you still need it later on please provide some specific scenarios where it is used when submitting the request.

montegoulding commented 1 year ago

@trevordevore yes I was using this as a lazy workaround for #208 so no need to keep it hanging around