mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
update appcast and release_builder
This commit is contained in:
parent
36faadd42b
commit
4640171088
2 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@
|
||||||
<link>http://transmission.m0k.org/appcast.xml</link>
|
<link>http://transmission.m0k.org/appcast.xml</link>
|
||||||
<description>Most recent version available.</description>
|
<description>Most recent version available.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate>
|
<pubDate>Tue, 23 Oct 2007 23:20:00 -0400</pubDate>
|
||||||
<lastBuildDate>Tue, 23 Oct 2007 22:50:00 -0400</lastBuildDate>
|
<lastBuildDate>Tue, 23 Oct 2007 23:20:00 -0400</lastBuildDate>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Transmission 0.90 Released</title>
|
<title>Transmission 0.90 Released</title>
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
<li>Sort and filter by tracker</li>
|
<li>Sort and filter by tracker</li>
|
||||||
<li>Various smaller interface additions and improvements</li>
|
<li>Various smaller interface additions and improvements</li>
|
||||||
</ul>]]></description>
|
</ul>]]></description>
|
||||||
<pubDate>Tue, 23 Oct 2007 22:50:00 -0400</pubDate>
|
<pubDate>Tue, 23 Oct 2007 23:20: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"/>
|
<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>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -21,7 +21,7 @@ echo CREATING RELEASE DIR
|
||||||
rm -rf release
|
rm -rf release
|
||||||
mkdir -p release/Transmission
|
mkdir -p release/Transmission
|
||||||
echo COPYING TRANSMISSION.APP
|
echo COPYING TRANSMISSION.APP
|
||||||
cp -R macosx/Transmission.app ./release/Transmission/
|
cp -R build/Release/Transmission.app ./release/Transmission/
|
||||||
echo CREATING DMG
|
echo CREATING DMG
|
||||||
#create a BZ2 Compressed DMG
|
#create a BZ2 Compressed DMG
|
||||||
hdiutil create -srcfolder release/Transmission/ -format UDBZ -noanyowners -fs HFS+ release/Transmission.dmg
|
hdiutil create -srcfolder release/Transmission/ -format UDBZ -noanyowners -fs HFS+ release/Transmission.dmg
|
||||||
|
|
Loading…
Reference in a new issue