Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
fix(updater): windows updater failing to start when path containing s…
Browse files Browse the repository at this point in the history
…paces
  • Loading branch information
zyrouge committed Nov 4, 2021
1 parent c420213 commit 331515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/updater/windows/exe.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo Copy updated files
robocopy "{{{ updatedDir }}}" "{{{ installDir }}}" /s /e
echo Spawn updated app
start {{{ exePath }}}
start "" "{{{ exePath }}}"
echo Finished updating
''';
Expand Down

0 comments on commit 331515d

Please sign in to comment.