From 05ceb5e8aca84f96e2326fcc886a5a1ee8f77712 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 2 Jul 2019 10:18:50 +1200 Subject: [PATCH] snapcaft.yaml: Set the AppStream ID in the Snap metadata This allows software store to recognise this snap matches Visual Studio Code in other formats (.deb, .rpm, Flatpak etc). It also means reviews on ODRS are grouped together. --- resources/linux/snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/linux/snap/snapcraft.yaml b/resources/linux/snap/snapcraft.yaml index 0a78d41e8fd..28b3e59ad7e 100644 --- a/resources/linux/snap/snapcraft.yaml +++ b/resources/linux/snap/snapcraft.yaml @@ -51,6 +51,7 @@ apps: @@NAME@@: command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ desktop: usr/share/applications/@@NAME@@.desktop + common-id: @@NAME@@.desktop environment: DISABLE_WAYLAND: 1 GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas