spierce7
08/29/2022, 4:39 AMContents/MacOS/<app name>
file that is a unix binary. Somehow this unix binary is starting up the JVM, and running the JVM inside the same process as the unix binary (at least that’s what it looks like is happening externally).
How is this possible?
I’m asking because I’m wondering if I could replace the unix binary with a Kotlin Native application that checks for and watches for app updates, and then can restart my application to force an update if necessary.romainguy
08/29/2022, 5:52 AMephemient
08/29/2022, 8:05 AMmikehearn
08/29/2022, 12:12 PMspierce7
08/29/2022, 1:07 PMspierce7
08/29/2022, 1:10 PM