mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-22 13:20:51 +00:00
Update drawio.sh
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
drawio)
|
drawio)
|
||||||
name="draw.io"
|
name="draw.io"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
archiveName="draw.io-universal-[0-9.]*.dmg"
|
archiveName="draw.io-universal-[0-9.]*.dmg$"
|
||||||
downloadURL="$(downloadURLFromGit jgraph drawio-desktop)"
|
downloadURL="$(downloadURLFromGit jgraph drawio-desktop)"
|
||||||
appNewVersion="$(versionFromGit jgraph drawio-desktop)"
|
appNewVersion="$(versionFromGit jgraph drawio-desktop)"
|
||||||
expectedTeamID="UZEUFB4N53"
|
expectedTeamID="UZEUFB4N53"
|
||||||
|
|||||||
Reference in New Issue
Block a user