Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Don't attempt to extract the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAwesome committed Dec 30, 2014
1 parent a065442 commit 3409208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WorldsmithUpdater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ static void DownloadLatestVersion(UpdaterOptions options)
{
foreach(ZipEntry e in zip)
{
if (e.FileName == "WorldsmithUpdater.exe") continue;
try
{
e.Extract(ExtractExistingFileAction.OverwriteSilently);
Expand Down

0 comments on commit 3409208

Please sign in to comment.