1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 00:30:23 +01:00

Lose one level of Audacity

Previously our .app was created under /Audacity.  Now we create it one higher up.
This commit is contained in:
James Crook
2016-12-12 19:20:46 +00:00
parent 964a2e0653
commit 73d5f90578
4 changed files with 10 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ hdiutil convert TMP.dmg -format UDZO -imagekey zlib-level=9 -o "$DMG.dmg"
# Create zip version
rm -rf "${DMG}/.background"
rm -rf "${DMG}/Audacity/help/"
rm -rf "${DMG}/Audacity.app/help/"
zip -r9 "${DMG}.zip" "${DMG}"
# Cleanup