Skip to content

Commit

Permalink
Quoted workingDir to handle paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Apr 15, 2021
1 parent a445353 commit 944ab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetSparkle/SparkleUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ protected virtual async Task RunDownloadedInstaller(string downloadFilePath)
if (RelaunchAfterUpdate)
{
relaunchAfterUpdate = $@"
cd {workingDir}
cd ""{workingDir}""
{executableName}";
}

Expand Down

0 comments on commit 944ab6f

Please sign in to comment.