mirror of
https://github.com/safing/portmaster
synced 2025-04-18 01:49:09 +00:00
Use new version number metadata endpoint
This commit is contained in:
parent
493309ebb3
commit
154b0454fc
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ func upgradeCoreNotify() error {
|
|||
pmCoreUpdate = newFile
|
||||
|
||||
// check for new version
|
||||
if info.GetInfo().Version != pmCoreUpdate.Version() {
|
||||
if info.VersionNumber() != pmCoreUpdate.Version() {
|
||||
n := notifications.Notify(¬ifications.Notification{
|
||||
EventID: "updates:core-update-available",
|
||||
Type: notifications.Info,
|
||||
|
|
Loading…
Add table
Reference in a new issue