Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 598 Bytes

UPDATE.md

File metadata and controls

14 lines (14 loc) · 598 Bytes
  1. バージョン番号を上げてアーカイブビルドする
  2. dmg を作る
    ./bin/create_dmg.sh リリースアーカイブした.appのパス
  3. appcast.xmlを作る
    ./bin/generate_appcast --account com.kyome.ShiftWindow .
  4. appcast.xmlenclosureタグのurlを GitHub の Release 添付ファイルリンクに変更
    - <enclosure url="https://raw.githubusercontent.com/Kyome22/ShiftWindow/main/Installer.dmg" />
    + <enclosure url="https://github.com/Kyome22/ShiftWindow/releases/download/3.0.0/Installer.dmg" />