From 380d4ea28e5ffe2a2b5f5c3f28b246849c45b85c Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Wed, 11 Aug 2021 09:41:22 -0500 Subject: [PATCH] Snapcraft 5 got rid of default `core` base and now requires specification. (#358) `core18` is equivalent to the previous behavior and is the recommended base for most apps. --- stores/snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stores/snap/snapcraft.yaml b/stores/snap/snapcraft.yaml index e70bca6419..58a538dab4 100644 --- a/stores/snap/snapcraft.yaml +++ b/stores/snap/snapcraft.yaml @@ -3,6 +3,7 @@ version: __version__ summary: Bitwarden CLI description: A secure and free password manager for all of your devices. confinement: strict +base: core18 apps: bw: command: bw