mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Wrong distribution was found, so had to specify the `archiveName` to expect .dmg to be in the end of the match with a `$` in the RegEx.
10 lines
286 B
Bash
10 lines
286 B
Bash
drawio)
|
|
name="draw.io"
|
|
type="dmg"
|
|
archiveName="draw.io-universal-[0-9.]*.dmg$"
|
|
downloadURL="$(downloadURLFromGit jgraph drawio-desktop)"
|
|
appNewVersion="$(versionFromGit jgraph drawio-desktop)"
|
|
expectedTeamID="UZEUFB4N53"
|
|
blockingProcesses=( draw.io )
|
|
;;
|