mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 22:04:45 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/detectxswift.sh
Normal file
8
fragments/labels/detectxswift.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
detectxswift)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="DetectX Swift"
|
||||
type="zip"
|
||||
downloadURL="https://s3.amazonaws.com/sqwarq.com/PublicZips/DetectX_Swift.app.zip"
|
||||
appNewVersion=$(curl -fs https://s3.amazonaws.com/sqwarq.com/AppCasts/dtxswift_release_notes.html | grep Version | head -1 | sed -E 's/.*Version ([0-9.]*)\<.*/\1/')
|
||||
expectedTeamID="MAJ5XBJSG3"
|
||||
;;
|
||||
Reference in New Issue
Block a user