-
Hi, I pushed out an update for my app last night (via npm). This morning I tried running it and saw the splash screen which I assume was pulling down the update but then nothing happened. This also happened to a couple of other laptops too - all Mac ARM (m1). Every time I try to open the app nothing happens. I even re-installed using the command-line on 1 of the laptops and the install went fine - but clicking 'open app' at the end and again nothing happened. I found a post that mentioned how to manually launch the app using Is there a way to debug what's happening with the launcher? here the app in question: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think I figured it out and it's something that I ran into before too but just forgot about. I run the launcher via command line and got an error:
Then I noticed that version doesn't match with the actual version on my filesystem:
This is something you found for me before -- the 0 from that last part of the version string was getting removed. I can't find the original post but at least now I know what to change. I'll also look at fixing how my version numbers are created so it doesn't happen again too |
Beta Was this translation helpful? Give feedback.
-
FWIW - here's the related post: #151 |
Beta Was this translation helpful? Give feedback.
I think I figured it out and it's something that I ran into before too but just forgot about.
I run the launcher via command line and got an error:
Then I noticed that version doesn't match with the actual version on my filesystem: