mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #519 from imfromthebay/patch-1
New App: Linear (https://linear.app/)
This commit is contained in:
15
fragments/labels/linear.sh
Normal file
15
fragments/labels/linear.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
linear)
|
||||
name="Linear"
|
||||
type="dmg"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
downloadURL="https://desktop.linear.app/mac/dmg/arm64"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
downloadURL="https://desktop.linear.app/mac/dmg"
|
||||
fi
|
||||
appNewVersion=$(curl -sIkL $downloadURL | sed -r '/filename=/!d;s/.*filename=(.*)$/\1/' | awk '{print $2}')
|
||||
expectedTeamID="7VZ2S3V9RV"
|
||||
versionKey="CFBundleShortVersionString"
|
||||
appName="Linear.app"
|
||||
blockingProcesses=( "Linear" )
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user