Labels from #289

This commit is contained in:
Søren Theilgaard
2021-11-22 10:42:19 +01:00
parent 5bb584a2d2
commit 7e56354cb1
4 changed files with 39 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ aircall
airserver
airtame
aldente
alephone
alfred
alttab
amazonchime
@@ -49,16 +50,19 @@ boxdrive
boxsync
boxtools
brave
bugdom
caffeine
cakebrew
calibre
camostudio
camtasia
canva
chatwork
cisdem-documentreader
citrixworkspace
clevershare2
clickshare
closeio
cloudya
code42
coderunner
@@ -85,6 +89,7 @@ easeusdatarecoverywizard
egnyte
element
eraseinstall
eshareosx
etrecheck
evernote
exelbanstats
@@ -151,6 +156,7 @@ jetbrainsintellijideace
jetbrainsphpstorm
jetbrainspycharm
jetbrainspycharmce
jetbrainsrubymine
jetbrainstoolbox
jetbrainswebstorm
karabinerelements
@@ -173,6 +179,9 @@ lulu
macfuse
macports
malwarebytes
marathon
marathon2
marathoninfinity
mattermost
menumeters
microsoftautoupdate
@@ -224,6 +233,7 @@ onlyofficedesktop
openvpnconnect
openvpnconnectv3
opera
ottomatic
pacifist
pandoc
parsec
@@ -264,6 +274,7 @@ scaleft
screamingfrogseospider
screencloudplayer
screenflick
sequelpro
sfsymbols
shield
sidekick
@@ -327,7 +338,7 @@ vivaldi
vlc
vmwarehorizonclient
vscodium
wallyezflash
wacomdrivers
webex
webexmeetings
webexteams
@@ -344,6 +355,7 @@ yubikeymanagerqt
zappy
zeplin
zohoworkdrive
zohoworkdrivetruesync
zoom
zoomclient
zoomgov

View File

@@ -0,0 +1,6 @@
chatwork)
name="Chatwork"
type="dmg"
downloadURL="https://desktop-app.chatwork.com/installer/Chatwork.dmg"
expectedTeamID="H34A3H2Y54"
;;

View File

@@ -0,0 +1,13 @@
jetbrainsrubymine)
name="RubyMine"
type="dmg"
jetbrainscode="RM"
if [[ $(arch) == i386 ]]; then
jetbrainsdistribution="mac"
elif [[ $(arch) == arm64 ]]; then
jetbrainsdistribution="macM1"
fi
downloadURL="https://download.jetbrains.com/product?code=${jetbrainscode}&latest&distribution=${jetbrainsdistribution}"
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "location" | tail -1 | sed -E 's/.*\/[a-zA-Z-]*-([0-9.]*).*[-.].*dmg/\1/g' )
expectedTeamID="2ZEFAR8TH3"
;;

View File

@@ -0,0 +1,7 @@
sequelpro)
name="Sequel Pro"
type="dmg"
downloadURL="$(downloadURLFromGit sequelpro sequelpro)"
appNewVersion="$(versionFromGit sequelpro sequelpro)"
expectedTeamID="Media"
;;