-
Notifications
You must be signed in to change notification settings - Fork 29
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
Workaround: Create double-clickable app for macOS #93
Comments
I submitted this report through the main website, but thought I would add it to this ticket. I used the technique above to create However, after I dismissed the crash dialog, qStudio worked flawlessly, even finding the Details:
|
@ryanhamilton Is there any reason (besides the startup crash, which I assume you'll fix) not to release a separate macOS version of qStudio using this script? That would make a double-clickable macOS app even easier. Thanks as always |
In #74, I describe a problem with double-clicking the qstudio.jar file in macOS. (The problem was that qStudio couldn't find the PATH to
prqlc
.) Here's a workaround.This script
update-jar-with-path.sh
reads a qstudio.jar from the current directory and createsqstudio_app
that can be double-clicked. That new binary also seems to set the PATH properly so thatprqlc
can be executed without error.The downside of this approach is that it opens a new Terminal window for each instance.
Update: I don't know if this is a good idea for the qStudio project. I only document it here so that I remember how to do it, and that others in the same boat might benefit.
The text was updated successfully, but these errors were encountered: