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:
@@ -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
|
||||
|
@@ -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
|
||||
;;
|
||||
|
||||
|
@@ -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
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user