Add the getFeedURL API for macOS and Windows
This commit is contained in:
parent
ba887dbde7
commit
51687e1bc9
6 changed files with 22 additions and 0 deletions
|
@ -17,6 +17,10 @@ void AutoUpdater::SetDelegate(Delegate* delegate) {
|
|||
}
|
||||
|
||||
#if !defined(OS_MACOSX) || defined(MAS_BUILD)
|
||||
std::string AutoUpdater::GetFeedURL() {
|
||||
return "";
|
||||
}
|
||||
|
||||
void AutoUpdater::SetFeedURL(const std::string& url,
|
||||
const HeaderMap& requestHeaders) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue