Skip to content

Commit

Permalink
fix silent updater on win
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Jul 18, 2020
1 parent d414767 commit a233624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updateutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void init() {
updater->setDownloadUrl(downloadUrl);

auto installer = new updater::RunInstaller;
#ifndef APP_WIN
#ifdef APP_WIN
installer->setArguments({"/S"});
#endif
updater->setInstaller(installer);
Expand Down

0 comments on commit a233624

Please sign in to comment.