commit | fda42a8bd5a16c974c955ac41bc4ca9fe71294de | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 01 18:03:39 2017 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 02 20:43:32 2017 -0800 |
tree | fdc0844dc17c36e4efe7dc9047e3686f8dca240d | |
parent | 376677501f30aa8f424fa773ff1e6b2ac957c66c [diff] [blame] |
osx: Implement auto-upgrade function using Sparkle During the upgrade, NFD and ndn-autoupdate will be stopped (and, if enabled, automatically started with new versions). Change-Id: I010ae4a8aa6f99a0039d58065ab7eb0c9189a979
diff --git a/src/main.cpp b/src/main.cpp index d03f0cd..e39e70c 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -140,7 +140,7 @@ ForwarderStatusModel m_forwarderStatusModel; FibStatusModel m_fibModel; - TrayMenu m_tray; + ncc::TrayMenu m_tray; }; } // namespace ndn