mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Now `supportapp` label have been fixed, so that it will be quit, and can be installed if it is running.
11 lines
342 B
Bash
11 lines
342 B
Bash
supportapp)
|
|
name="Support"
|
|
type="pkg"
|
|
packageID="nl.root3.support"
|
|
downloadURL=$(downloadURLFromGit root3nl SupportApp)
|
|
appNewVersion=$(versionFromGit root3nl SupportApp)
|
|
expectedTeamID="98LJ4XBGYK"
|
|
uid=$(id -u "$currentUser")
|
|
launchctl bootout gui/${uid} "/Library/LaunchAgents/nl.root3.support.plist"
|
|
;;
|