Rename profile/icons to profile/binmeta

This commit is contained in:
Daniel
2023-12-19 15:33:45 +01:00
parent a88de1532c
commit 2ae24656fc
23 changed files with 49 additions and 49 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/safing/portbase/database/migration"
"github.com/safing/portbase/database/query"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/profile/icons"
"github.com/safing/portmaster/profile/binmeta"
)
func registerMigrations() error {
@@ -103,7 +103,7 @@ func migrateIcons(ctx context.Context, _, to *version.Version, db *database.Inte
}
// Migrate to icon list.
profile.Icons = []icons.Icon{{
profile.Icons = []binmeta.Icon{{
Type: profile.IconType,
Value: profile.Icon,
}}