We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f59209 commit dd5399fCopy full SHA for dd5399f
SoundSwitch/Framework/Updater/Installer/WebFile.cs
@@ -87,7 +87,7 @@ public void DownloadFile()
87
{
88
try
89
90
- await using (var stream = File.OpenWrite(FilePath))
+ await using (var stream = File.Open(FilePath, FileMode.Create))
91
92
DownloadStarted = true;
93
await FileDownloader.DownloadFileAsync(
0 commit comments