ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
34 stars 15 forks source link

MacOs: Auto-update #23

Closed iLLiCiTiT closed 1 year ago

iLLiCiTiT commented 1 year ago

Changelog Description

Implemented auto-update logic for macOS dmg files.

Additional info

The dmg file is mounted at the start and unmounted at the end. Once is mounted a file with .app extension is found which is copied to /Applications.

Once done a Info.plist is used to find executable that should be launched.

Testing notes:

Follow instructions from https://github.com/ynput/ayon-launcher/pull/9 .