Skip to content

Commit

Permalink
Update UpdateManager.ApplyReleases.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Galkon committed Jan 25, 2024
1 parent 02cc43b commit ae850cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Squirrel/UpdateManager.ApplyReleases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ await ReleasePackage.ExtractZipForInstall(
}, "Couldn't delete file: " + notFinishedFilePath);

// Write the path of the current executable to setup.txt

this.Log().Info("Writing setup.txt to app directory: {0}", target.FullName);
this.ErrorIfThrows(() => {
var exePath = Assembly.GetEntryAssembly().Location;
var setupFilePath = Path.Combine(target.FullName, "setup.txt");
Expand Down

0 comments on commit ae850cf

Please sign in to comment.