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:
parent
8af454f3aa
commit
29a392f675
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user