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

Commit

Permalink
New directory to delete when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Khyrou committed Jul 8, 2019
1 parent 18374b1 commit 5336d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SSToolsUpdater/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ private void wc_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
File.Delete(exepath + "\\LICENSE.txt");
File.Delete(exepath + "\\README.txt");
File.Delete(exepath + "\\OffsetSettings.xml");
Directory.Delete(exepath + "\\Definitions", true);
Directory.Delete(exepath + "\\Update Files", true);
}
catch { }
Expand Down

0 comments on commit 5336d30

Please sign in to comment.