1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02: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

View File

@@ -102,7 +102,7 @@ case "${ACTION}" in
;;
install)
TARGET_BUILD_DIR="${DSTROOT}/Audacity/Audacity.app/Contents/plug-ins"
TARGET_BUILD_DIR="${DSTROOT}/Audacity.app/Contents/plug-ins"
installAction
;;

View File

@@ -48,7 +48,7 @@ case "${ACTION}" in
;;
install)
TARGET_BUILD_DIR="${DSTROOT}/Audacity/Audacity.app/Contents/help/manual"
TARGET_BUILD_DIR="${DSTROOT}/Audacity.app/Contents/help/manual"
installAction
;;