Skip to content

Commit cd966be

Browse files
committed
fixup! feat: add vpn start progress
1 parent 6d2985e commit cd966be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vpn.Service/Downloader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ await QueueProgressUpdate(new DownloadProgressEvent
603603
#else
604604
try
605605
{
606-
if (File.Exists(TempDestinationPath))
607-
File.Delete(TempDestinationPath);
606+
if (File.Exists(_tempDestinationPath))
607+
File.Delete(_tempDestinationPath);
608608
}
609609
catch (Exception e)
610610
{

0 commit comments

Comments
 (0)