show release notes when upgrade

This commit is contained in:
Kang Yu 2024-11-02 17:41:00 -07:00
parent 34c0dbd0cf
commit 94c7bd18c4

View file

@ -303,6 +303,7 @@ namespace PersistentWindows.SystrayShell
{
Program.WriteDataDump();
Process.Start(Program.ProjectUrl + "/releases");
string batFile = Path.Combine(Program.AppdataFolder, "pw_upgrade.bat");
Process.Start(batFile);
Exit();