mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-26 21:03:57 +00:00
Merge pull request #708 from dnikles/Update-audacity-label
Update audacity label to check for arch
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
audacity)
|
audacity)
|
||||||
name="Audacity"
|
name="Audacity"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL=$(downloadURLFromGit audacity audacity)
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
archiveName="audacity-macOS-[0-9.]*-arm64.dmg"
|
||||||
|
downloadURL=$(downloadURLFromGit audacity audacity)
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
archiveName="audacity-macOS-[0-9.]*-x86_64.dmg"
|
||||||
|
downloadURL=$(downloadURLFromGit audacity audacity)
|
||||||
|
fi
|
||||||
appNewVersion=$(versionFromGit audacity audacity)
|
appNewVersion=$(versionFromGit audacity audacity)
|
||||||
expectedTeamID="AWEYX923UX"
|
expectedTeamID="AWEYX923UX"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user