Skip to content

Commit

Permalink
cocoa: point auto-updater to remote service
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Jan 12, 2020
1 parent 6dc5d98 commit aa70cd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoa/remember/remember/AppDelegate.swift
Expand Up @@ -33,7 +33,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
self.rpc = rpc
client = Client(rpc)

self.updater = AutoUpdater(withServiceURL: URL(string: "http://local.remember")!)
self.updater = AutoUpdater(withServiceURL: URL(string: "https://remember.defn.io/versions/")!)
self.updater.start(withInterval: 3600 * 4) { changes, version in
RunLoop.main.schedule {
UpdatesManager.shared.show(withChangelog: changes, andVersion: version)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aa70cd1

Please sign in to comment.