-
I've been using jdeploy for a few months now and it's been going great. But yesterday I pushed an update to my app. Today, when I went to test it I saw the launcher screen briefly (assuming it was updating) but the app never opened. I tried to run it a few more times but nothing happens anymore. I'm using a Mac M1 Is there some way to debug what's happening? I see some log files in ~/.jdeploy/ folder but nothing has been modified in a while. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
On Mac, you can sometimes get some helpful details by launching the app from the command line. cd ~/Applications/Myapp.app/Contents/MacOS
./Client4JLauncher |
Beta Was this translation helpful? Give feedback.
-
Created a ticket #152 . Closing discussion |
Beta Was this translation helpful? Give feedback.
Ah. Looks like it doesn't like the ".07" in the version. It normalizes the version to "24.11.7-2134" in some cases, which leads to a mismatch.
I'll add this to the list to fix, but for now, create a new release without the leading zero. E.g. "24.11.7-2134"