Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helper callback stack paths in packaged app #208

Merged
merged 1 commit into from
Sep 14, 2023

Commits on Aug 2, 2023

  1. Update helper callback stack paths in packaged app

    This patch resolves an error where the registerd key file callback stacks paths
    are retained from the build and not resolved at runtime for the packaged app.
    An error is therefore thrown in the packaged app at startup if there is both a
    callback stackfile and distributed files.
    
    An error will still be thrown if the callback stackfile was not distributed,
    however, that is a valid error given the registered key files were distributed
    and they require the callback stackfile.
    montegoulding committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e7bf960 View commit details
    Browse the repository at this point in the history