Added debug text when updating so people can easily find debug logs written after update

This commit is contained in:
Jaex 2016-04-04 11:03:25 +03:00
parent 3ff76eb622
commit aca33edd57

View file

@ -85,6 +85,8 @@ public void RefreshStatus()
public void DownloadUpdate() public void DownloadUpdate()
{ {
DebugHelper.WriteLine("Updating ShareX from version {0} to {1}", CurrentVersion, LatestVersion);
if (IsPortable) if (IsPortable)
{ {
URLHelpers.OpenURL(DownloadURL); URLHelpers.OpenURL(DownloadURL);