update appcast and release_builder

This commit is contained in:
Mitchell Livingston 2007-10-24 03:10:37 +00:00
parent 36faadd42b
commit 4640171088
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@
<link>http://transmission.m0k.org/appcast.xml</link>
<description>Most recent version available.</description>
<language>en</language>
<pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate>
<lastBuildDate>Tue, 23 Oct 2007 22:50:00 -0400</lastBuildDate>
<pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate>
<lastBuildDate>Tue, 23 Oct 2007 23:20:00 -0400</lastBuildDate>
<item>
<title>Transmission 0.90 Released</title>
@ -32,8 +32,8 @@
<li>Sort and filter by tracker</li>
<li>Various smaller interface additions and improvements</li>
</ul>]]></description>
<pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate>
<enclosure sparkle:version="2641" sparkle:shortVersionString="0.90" url="http://mirrors.m0k.org/transmission/files/Transmission-0.90.dmg" length="2063634" type="application/octet-stream"/>
<pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate>
<enclosure sparkle:version="3508" sparkle:shortVersionString="0.90" url="http://mirrors.m0k.org/transmission/files/Transmission-0.90.dmg" length="1885981" type="application/octet-stream"/>
</item>
<item>

View File

@ -21,7 +21,7 @@ echo CREATING RELEASE DIR
rm -rf release
mkdir -p release/Transmission
echo COPYING TRANSMISSION.APP
cp -R macosx/Transmission.app ./release/Transmission/
cp -R build/Release/Transmission.app ./release/Transmission/
echo CREATING DMG
#create a BZ2 Compressed DMG
hdiutil create -srcfolder release/Transmission/ -format UDBZ -noanyowners -fs HFS+ release/Transmission.dmg