1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Script tweaks.

After getting git ident, make sure AboutDialog.cpp rebuilds.
This commit is contained in:
James Crook 2017-01-03 15:28:42 +00:00
parent 8af454f3aa
commit 29a392f675
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,2 @@
git show -s --format="wxT(\"[[http://github.com/audacity/audacity/commit/%H|%h]] of %cd\")" | tee ../src/RevisionIdent.h
git show -s --format="wxT(\"[[http://github.com/audacity/audacity/commit/%H|%h]] of %cd\")" | tee ../src/RevisionIdent.h
touch ../src/AboutDialog.cpp

View File

@ -4,8 +4,10 @@
hdiutil resize -size 200m /private/tmp/TMP.dmg
hdiutil mount /private/tmp/TMP.dmg
#Now move the folders out the way so they don't clutter appearance.
#Also optionally add Portable Settings and Auto Save with chmod 777.
codesign --deep -s IDENTITY -v "/Volumes/Audacity VERSION/Audacity.app"
spctl -s -v "Volumes/Audacity VERSION/Audacity.app"
spctl -a -v "/Volumes/Audacity VERSION/Audacity.app"
hdiutil eject "/Volumes/Audacity VERSION/"
# Compress and prepare for Internet delivery