feat: add new ElectronSquirrelPreventDowngrades flag (#38625)

* sketch

* feat: add new ElectronSquirrelPreventDowngrades flag

* test: remove only

* chore: fix lint
This commit is contained in:
Samuel Attard 2023-09-11 11:54:51 -07:00 committed by GitHub
parent 16aec702b4
commit 5bff0fe342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 449 additions and 15 deletions

View file

@ -54,7 +54,6 @@ class AutoUpdater : public gin::Wrappable<AutoUpdater>,
private:
std::string GetFeedURL();
void SetFeedURL(gin::Arguments* args);
void QuitAndInstall();
};