allkdic icon indicating copy to clipboard operation
allkdic copied to clipboard

릴리즈 노트 웹페이지 제작

Open devxoul opened this issue 11 years ago • 0 comments

Sparkle 업데이트시 릴리즈 노트가 더 예쁘게 보여질 수 있도록 합니다.

sample URL: http://allkdic.xoul.kr/release/1.2.1

appcast.xml

https://github.com/sparkle-project/Sparkle/wiki/Publishing-An-Update

 <item>
    <title>Version 2.0 (2 bugs fixed; 3 new features)</title>
    <sparkle:releaseNotesLink>
        http://you.com/app/2.0.html
    </sparkle:releaseNotesLink>
    <pubDate>Wed, 09 Jan 2006 19:20:11 +0000</pubDate>
    <enclosure url="http://you.com/app/Your%20Great%20App%202.0.zip"
               sparkle:version="2.0"
               sparkle:dsaSignature="MC0CFBfeCa1JyW30nbkBwainOzrN6EQuAh=" <!-- if you're not code signing -->
               length="1623481"
               type="application/octet-stream" />
</item>

devxoul avatar Nov 09 '14 21:11 devxoul