added changed info
This commit is contained in:
parent
67224c7afd
commit
4b5b0330dd
3 changed files with 8 additions and 5 deletions
|
@ -9,12 +9,12 @@
|
|||
<title>Version 2.1.2</title>
|
||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||
<sparkle:releaseNotesLink>http://jeenaparadies.net/twittia/ReleaseNotes.html</sparkle:releaseNotesLink>
|
||||
<pubDate>Tue, 04 May 2010 09:55:26 +0200</pubDate>
|
||||
<pubDate>Tue, 04 May 2010 10:05:22 +0200</pubDate>
|
||||
<enclosure url="http://jeenaparadies.net/twittia/Twittia.app.zip"
|
||||
sparkle:version="2.1.2"
|
||||
length="497867"
|
||||
length="741000"
|
||||
type="application/octet-stream"
|
||||
sparkle:dsaSignature="MC0CFQCZ2OhXnrTxE5C8EHsDyXh1oWg6FQIUUyR4StYk8blK0kQaY6TBLXCeMCM=" />
|
||||
sparkle:dsaSignature="MCwCFHhJ3+WiTHveO/rVQWBBiRKs/pNCAhRjQo5mVURRV/DO/t8sfYfHWRKTew==" />
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>Twittia 2.1.2</h1>
|
||||
<p>Added icon</p>
|
||||
<p>Fixed problem where you press "a" and a new tweet window opens</p>
|
||||
|
||||
<h1>Twittia 2.1.1</h1>
|
||||
|
|
|
@ -35,6 +35,8 @@ XML
|
|||
|
||||
File.open("#{PATH}/Appcast.xml", 'w') {|f| f.write(xml) }
|
||||
|
||||
exit
|
||||
`scp ReleaseNotes.html jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/`
|
||||
`scp build/Release/Twittia.app.zip jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/`
|
||||
`scp Appcast.xml jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/`
|
||||
`scp Appcast.xml jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/`
|
||||
|
||||
puts "Done."
|
Reference in a new issue