snap: 'multipass' as not an application

This commit is contained in:
Vinicius Moreira
2019-09-18 12:00:52 -03:00
parent 8cd9bab3cb
commit 3181d437a4

View File

@@ -13,7 +13,7 @@ EXTRA_INSTALLED_ACTIONS = [
requires_root=True)
]
KNOWN_RUNTIME_NAMES = {'snapd', 'core', 'core18', 'snapcraft'}
KNOWN_RUNTIME_NAMES = {'snapd', 'core', 'core18', 'snapcraft', 'multipass'}
KNOWN_RUNTIME_PREFIXES = {'gtk-', 'gnome-', 'kde-', 'gtk2-'}
KNOWN_RUNTIME_TYPES = {'base', 'core', 'os'}