Post not yet marked as solved
Post marked as unsolved with 6 replies, 461 views
Via jpackage from java jdk (17.0.2) we generated a .dmg on a
Mac Monterey (12.3.1), including codesigning (using fresh Apple
Development Id certificate). Then we notarized and stapled it and
uploaded the resulting .dmg to our webserver.
The problem:
if downloaded the .dmg in the terminal app via curl -O https://xxxxx/my.dmg, click the downloaded .dmg and the application icon in the window that opens, the app starts as expected.
if downloaded the .dmg via the same URL in a web browser (e. g. Safari or Chrome), click the downloaded .dmg and the application icon in the windows that opens, the dock icon keeps bumping and the app doesn't show up, without any error messages.
For both downloads, spctl shows source=Notarized Developer ID, and no
issues were reported in the notarytool log. Further, both downloads are
binary equal.
How comes that the "normal" download does not launch?