Skip to content

Commit

Permalink
remove code to see if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Galkon committed Jan 24, 2024
1 parent 354fd8c commit 14938e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Squirrel/UpdateManager.ApplyReleases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,6 @@ await ReleasePackage.ExtractZipForInstall(
File.Delete(notFinishedFilePath);
}, "Couldn't delete file: " + notFinishedFilePath);

// Write the path of the current executable to setup.txt
this.ErrorIfThrows(() => {
var exePath = Assembly.GetEntryAssembly().Location;
var setupFilePath = Path.Combine(target.FullName, "setup.txt");
File.WriteAllText(setupFilePath, exePath);
}, "Couldn't write setup path to file");

return target.FullName;
});
}
Expand Down

0 comments on commit 14938e3

Please sign in to comment.