[Adium-commits] www/adiumx.com 176:e967792f6180: tgz -> dmg in the nightly appcast.

adium-commits at adiumx.com adium-commits at adiumx.com
Sat May 2 23:24:23 UTC 2009


details:	http://hg.adiumx.com/www/adiumx.com/rev/e967792f6180
revision:	176:e967792f6180
author:		Zachary West <zacw at adiumx.com>
date:		Sat May 02 19:24:16 2009 -0400

tgz -> dmg in the nightly appcast.

diffstat:

 sparkle/appcast-nightly.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6d3c67da0db5 -r e967792f6180 sparkle/appcast-nightly.php
--- a/sparkle/appcast-nightly.php	Sat May 02 18:04:49 2009 -0400
+++ b/sparkle/appcast-nightly.php	Sat May 02 19:24:16 2009 -0400
@@ -31,7 +31,7 @@
 	$nightlyData = explode("\n", file_get_contents(NIGHTLY_CACHE));
 
 	// The address to download the nightly.
-	$nightlyURL = sprintf("http://%s/%s.tgz", NIGHTLY_HOST, $nightlyData[FILENAME]);
+	$nightlyURL = sprintf("http://%s/%s.dmg", NIGHTLY_HOST, $nightlyData[FILENAME]);
 	
 	// The address for the changelog.
 	$tracURL = sprintf("http://hg.adiumx.com/adium/log?rev=%s",




More information about the commits mailing list