Skip to content

Commit

Permalink
Restore old naming, and point to new appcast location.
Browse files Browse the repository at this point in the history
  • Loading branch information
skovatch committed Oct 7, 2017
1 parent e697532 commit b27d769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20171006001</string>
<string>20171006002</string>
<key>LSMinimumSystemVersion</key>
<string>10.7</string>
<key>NSAppTransportSecurity</key>
Expand Down Expand Up @@ -62,8 +62,6 @@
<key>SUEnableAutomaticChecks</key>
<string>YES</string>
<key>SUFeedURL</key>
<string>https://ancient-plains-97889.herokuapp.com/get-iplayer-automator/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<string>https://ascoware.github.io/get-iplayer-automator/appcast.xml</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion _includes/appcast.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description><![CDATA[{{ release.body | markdownify }}]]></description>
<pubDate>{{ release.published_at | date_to_rfc822 }}</pubDate>
{% for asset in release.assets limit:1 %}
{% assign build_nums = asset.name | replace_first:'Get.iPlayer.Automator_','' | replace_first:'.b',',' | remove_first:'.zip' | split:',' %}
{% assign build_nums = asset.name | replace_first:'Get iPlayer Automator.v','' | replace_first:'.b',',' | remove_first:'.zip' | split:',' %}
{% if build_nums.size == 2 %}
{% assign version = build_nums[1] %}
{% assign short_version = release.tag_name | remove_first:'v' %}
Expand Down

0 comments on commit b27d769

Please sign in to comment.