adium 5573:ad711c9cb67a: Properly fix the URL to the deltas now.

commits at adium.im commits at adium.im
Fri Jun 14 13:39:24 UTC 2013


details:	http://hg.adium.im/adium/rev/ad711c9cb67a
revision:	5573:ad711c9cb67a
branch:		adium-1.6
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Fri Jun 14 15:39:14 2013 +0200

Properly fix the URL to the deltas now.

diffs (12 lines):

diff -r 14bbc46075d4 -r ad711c9cb67a Release/createDeltas.sh
--- a/Release/createDeltas.sh	Fri Jun 14 15:33:54 2013 +0200
+++ b/Release/createDeltas.sh	Fri Jun 14 15:39:14 2013 +0200
@@ -22,7 +22,7 @@
 		./BinaryDelta create "./mp-$dmg/Adium.app" "./mp-${FILE_LIST[0]}/Adium.app" "$DELTA_NAME"
 		LENGTH=`ls -l $DELTA_NAME | awk '{print $5}'`
         DSA_SIGNATURE=`ruby sign_update.rb $DELTA_NAME ~/adium-dsa-sign/dsa_priv.pem`
-        echo "$VERSION$dmg,$LENGTH,deltas/$dmg-${FILE_LIST[0]}.delta,$DSA_SIGNATURE" >> "$BUILD_DIR/latestDelta.info"
+        echo "$VERSION$dmg,$LENGTH,$dmg-${FILE_LIST[0]}.delta,$DSA_SIGNATURE" >> "$BUILD_DIR/latestDelta.info"
 	fi
 done
 




More information about the commits mailing list