-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improper icon on Mac #153
Comments
I don't think I've run into this one before. The fact that it appears correct in some contexts and not others makes me think there might be something about the icon png that it is having trouble processing. I can take a look tomorrow. I suggest trying a different png file and see if that makes a difference. |
Thank you for your quick answer. I already changed the icon but it did not make a difference. |
When I ran your png through the inspector in Preview, it looked different than for most of the PNGs I've used before. Namely, it included a TIFF section, which makes it look like this PNG file includes TIFF information also. Since it was produced by Pixelmator, it makes me think this might be the actual pixelmator file (since Pixelmator uses PNG as its source format). I ran this through https://squoosh.app/ to re-encode it. This version should work. In case Github performs further processing, you can try it yourself. I used the 0xiPNG compression. I haven't tested this in an app yet, but I'm pretty sure it will work. |
Try just running |
Yeah, it does not work for me because of the one time password
|
Run Or if you have a token already, you can use that on the command line. E.g. |
Thank you, that worked now! I actually changed the 2FA settings to make it work. |
Glad you got it working. |
I kept 2FA but unchecked 'Require two-factor authentication for write actions'. It did not work with that enabled, |
Not sure if this is a bug or an improper configuration, but my application shows a generic Java icon when in the dock (and not started). Inspecting the app, Contents/Resources/icon.icns is not my icon, but the generic java one.
When I used
npx jdeploy
, I properly set this icon as the icon, the install splash screen and the splash scree with the same icon. Three copies have been installed in my project root (icon.png, splash.pgn & installsplash.png). The splash icon are in used but not the app one. It also shows the wrong icon in the install page: https://www.jdeploy.com/~monflabs-devtoolbox-pre. Interestingly the icon seems to be the right one in the jdeploy/bundles app (mac-amd64 & mac-arm64), but not in the installed bundled.Did I miss something in the configuration? Or should I clear some cache (I deleted jdeploy* folder before packaging)?
The text was updated successfully, but these errors were encountered: