Skip to content

Commit

Permalink
minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
clovett committed Jun 24, 2024
1 parent 94ab325 commit a010c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WPF/MyMoney/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4534,7 +4534,7 @@ private void OnChangeListRequestCompleted(object sender, SetupRequestEventArgs e
string previous = this.settings.ExeVersion;
this.settings.ExeVersion = NativeMethods.GetFileVersion(exe);
this.settings.LastExeTimestamp = lastWrite;
this.ShowChangeInfo(previous, changes, false);
this.ShowChangeInfo(previous, changes, e.NewVersionAvailable);
}
}

Expand Down
1 change: 1 addition & 0 deletions Source/WPF/publish.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ setlocal ENABLEDELAYEDEXPANSION
cd %~dp0
SET ROOT=%~dp0
set WINGET_SRC=D:\git\clovett\winget-pkgs
set ClickOnceBits=%ROOT%MyMoney\bin\publish
set PATH=%PATH%;%ROOT%\tools;%LOCALAPPDATA%\Microsoft\WindowsApps\
set /p VERSION=<Version\VersionMaster.txt

Expand Down

0 comments on commit a010c98

Please sign in to comment.