Skip to content

Commit

Permalink
uncommented Delete archive files
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed May 7, 2023
1 parent ce547e7 commit 69c5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PixiEditor.UpdateModule/UpdateInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void Install()
Progress = 25; // 25% for unzip
string dirWithFiles = Directory.GetDirectories(UpdateFilesPath)[0];
CopyFilesToDestination(dirWithFiles);
//DeleteArchive();
DeleteArchive();
Progress = 100;
}

Expand Down

0 comments on commit 69c5e0f

Please sign in to comment.