Closed iLLiCiTiT closed 3 months ago
Does not happen to me with newest AYON frontend. I guess it is connected to this commit https://github.com/ynput/ayon-frontend/commit/1dc1f7243095daaaac575eacf9f683990c807788
EDITE: I just realized it could be because I'm using too old frontend, revalidating and will report to Luke if it is issue...
Changelog Description
Shim in macOs build can be actually used.
Additional info
Changed how shim works on macOs. There are 2 executables on macOs. One is
ayon
which can be used as shim (if needed), second isayon_macos
. The second is used as main executable ofAYON.app
. When user opensAYON.app
, or startsayon-launcher://
scheme, it usesayon_macos
, which opens new process ofayon
and closes immediately. Andayon
executable start AYON launcher and waits to finish.Testing notes:
Resolves https://github.com/ynput/ayon-launcher/issues/150