mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
added things and githubdesktop
This commit is contained in:
@@ -106,14 +106,11 @@ BLOCKING_PROCESS_ACTION=prompt_user
|
||||
|
||||
# TODO: cleanup code
|
||||
# TODO: add remaining Microsoft pkgs
|
||||
# TODO: determine blockingProcesses for SharePointPlugin
|
||||
# TODO: ?blockingProcesses for SharePointPlugin
|
||||
# TODO: generic function Sparkle to get latest download
|
||||
# TODO: ?notify user of errors
|
||||
# TODO: ?generic function to initiate a SparkleProcess
|
||||
|
||||
# apps:
|
||||
# - slack
|
||||
# - Github Desktop
|
||||
|
||||
# functions to help with getting info
|
||||
|
||||
@@ -393,6 +390,19 @@ case $identifier in
|
||||
downloadURL="https://slack.com/ssb/download-osx"
|
||||
expectedTeamID="BQR82RBBHL"
|
||||
;;
|
||||
githubdesktop)
|
||||
name="GitHub Desktop"
|
||||
type="zip"
|
||||
downloadURL="https://central.github.com/deployments/desktop/desktop/latest/darwin"
|
||||
expectedTeamID="VEKTX9H2N7"
|
||||
;;
|
||||
things)
|
||||
name="Things"
|
||||
type="zip"
|
||||
downloadURL="https://culturedcode.com/things/download/"
|
||||
expectedTeamsID="JLMPQHK86H"
|
||||
;;
|
||||
|
||||
|
||||
# msupdate codes from:
|
||||
# https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate
|
||||
|
||||
Reference in New Issue
Block a user