mirror of
https://github.com/safing/portmaster
synced 2025-09-04 11:39:29 +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
|
pmCoreUpdate = newFile
|
||||||
|
|
||||||
// check for new version
|
// check for new version
|
||||||
if info.GetInfo().Version != pmCoreUpdate.Version() {
|
if info.VersionNumber() != pmCoreUpdate.Version() {
|
||||||
n := notifications.Notify(¬ifications.Notification{
|
n := notifications.Notify(¬ifications.Notification{
|
||||||
EventID: "updates:core-update-available",
|
EventID: "updates:core-update-available",
|
||||||
Type: notifications.Info,
|
Type: notifications.Info,
|
||||||
|
|
Loading…
Add table
Reference in a new issue