mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Clean up build-release-osx.sh
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
|
||||||
function header {
|
function header {
|
||||||
echo -e "\033[0;34m==>\033[0;0;1m $1 \033[0;0m"
|
echo -e "\033[0;34m==>\033[0;0;1m $1 \033[0;0m"
|
||||||
@@ -27,9 +29,6 @@ VERSION=$1
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
mv tomahawk.app Tomahawk.app
|
|
||||||
mv Tomahawk.app/Contents/MacOS/tomahawk Tomahawk.app/Contents/MacOS/Tomahawk
|
|
||||||
|
|
||||||
header "Fixing and copying libraries"
|
header "Fixing and copying libraries"
|
||||||
$ROOT/../admin/mac/macdeploy.py Tomahawk.app quiet
|
$ROOT/../admin/mac/macdeploy.py Tomahawk.app quiet
|
||||||
|
|
||||||
@@ -51,6 +50,5 @@ VERSION=$1
|
|||||||
|
|
||||||
header "Creating signed Sparkle update"
|
header "Creating signed Sparkle update"
|
||||||
$ROOT/../admin/mac/sign_bundle.rb $VERSION ~/tomahawk_sparkle_privkey.pem
|
$ROOT/../admin/mac/sign_bundle.rb $VERSION ~/tomahawk_sparkle_privkey.pem
|
||||||
mv Tomahawk.app tomahawk.app
|
|
||||||
|
|
||||||
header "Done!"
|
header "Done!"
|
||||||
|
Reference in New Issue
Block a user