Closed iLLiCiTiT closed 1 year ago
Implemented auto-update logic for macOS dmg files.
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.
.app
/Applications
Once done a Info.plist is used to find executable that should be launched.
Info.plist
Follow instructions from https://github.com/ynput/ayon-launcher/pull/9 .
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 .