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

Fix visualizer for packaged binary #5

Closed

Conversation

mdittmer
Copy link

The logic for locating an HTML template resource for visualizer output does not work correctly when using a precompiled binary. This change generalizes the logic to look for resources/[resource-file] in any ancestor directory of the script's __dirname.

Fixes #4

The logic for locating an HTML template resource for visualizer output
does not work correctly when using a precompiled binary. This change
generalizes the logic to look for `resources/[resource-file]` in any
anscestor directory of the script's `__dirname`.
@amoeller
Copy link
Member

amoeller commented Mar 3, 2023

Fixed in 46aaac5.

@amoeller amoeller closed this Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visualizer output does not work with precompiled binary
2 participants