Skip to content

Commit

Permalink
Merge branch 'pr/829'
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingosx committed Jan 6, 2023
2 parents a81f8f4 + 7e76973 commit 16fce7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions fragments/labels/audacity.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
audacity)
name="Audacity"
type="dmg"
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
archiveName="audacity-macOS-[0-9.]*-universal.dmg"
downloadURL=$(downloadURLFromGit audacity audacity)
appNewVersion=$(versionFromGit audacity audacity)
expectedTeamID="AWEYX923UX"
;;

0 comments on commit 16fce7d

Please sign in to comment.