Skip to content

Commit

Permalink
Change appcast feed for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Mar 22, 2017
1 parent 9b3a1a3 commit caa0d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macos/Poedit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://poedit.net/updates/osx/appcast</string>
<string>https://poedit.net/updates_v2/osx/appcast</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>UTExportedTypeDeclarations</key>
Expand Down
4 changes: 2 additions & 2 deletions src/edapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ bool PoeditApp::OnInit()
#endif // USE_SPARKLE

#ifdef __WXMSW__
wxString appcast = "https://poedit.net/updates/win/appcast";
wxString appcast = "https://poedit.net/updates_v2/win/appcast";
if ( CheckForBetaUpdates() )
{
// Beta versions use unstable feed.
appcast = "https://poedit.net/updates/win/appcast/beta";
appcast = "https://poedit.net/updates_v2/win/appcast/beta";
}

win_sparkle_set_appcast_url(appcast.utf8_str());
Expand Down

0 comments on commit caa0d98

Please sign in to comment.