-
Notifications
You must be signed in to change notification settings - Fork 39
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 JSON crash, run as root properly on macOS, update Qt #70
fix JSON crash, run as root properly on macOS, update Qt #70
Conversation
@phunkyfish could you check if this build works better for you? |
@kambala-decapitator I downloaded the artefact, but it crashed for me. See: https://pastebin.com/raw/sp4Zf2yr |
Yes, that's why I moved PR to draft |
@chewitt @phunkyfish please check the new build, seems to run fine on my ARM. I think I also fixed strange JSON parser crash. |
@phunkyfish @chewitt fixed the drag'n'drop issue in the new build. Now password will be asked by our own dialog (again), but now it's coming from our Qt app instead of some mysterious JS script. |
Nice, I have confirmed this runs (without a crash) and successfully writes an SD card on both my Intel mac mini and my M3 macbook, nice work! |
7c73c6f
to
97079ab
Compare
@kambala-decapitator, can you add the following to your improve JSON Parser commit?
|
Will do |
fixes crash
fixed dropping image file on app window
97079ab
to
27b12a3
Compare
@chewitt can be merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
sudo
directly with using--askpass
. Our app is used as askpass program and presents a simple password entry dialog.