Prepare release 0.2.0
Change-Id: Idae8cd8de0e653a9de40d7bea4b7e1d5652b42e4
diff --git a/src/tray-menu.cpp b/src/tray-menu.cpp
index a2f1c24..23102a4 100644
--- a/src/tray-menu.cpp
+++ b/src/tray-menu.cpp
@@ -68,7 +68,7 @@
#ifdef OSX_BUILD
, m_entryEnableCli(new QAction("Enable Command Terminal Usage...", m_menu))
, m_checkForUpdates(new QAction("Check for updates", m_menu))
- , m_sparkle("https://irl.cs.ucla.edu/~cawka/ndn-control-center.xml")
+ , m_sparkle(NCC_APPCAST)
#endif
, m_entryQuit(new QAction("Quit", m_menu))
, m_keyViewerDialog(new ncc::KeyViewerDialog)