mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Create slab.sh
This commit is contained in:
12
fragments/labels/slab.sh
Normal file
12
fragments/labels/slab.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
slab)
|
||||
name="Slab"
|
||||
type="dmg"
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
archiveName="Slab-[0-9.]*-darwin-x64.dmg"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
archiveName="Slab-[0-9.]*-darwin-arm64.dmg"
|
||||
fi
|
||||
downloadURL=$(downloadURLFromGit slab desktop-releases)
|
||||
appNewVersion=$(versionFromGit slab desktop-releases)
|
||||
expectedTeamID="Q67SW996Z5"
|
||||
;;
|
||||
Reference in New Issue
Block a user