We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9406d commit 24e592cCopy full SHA for 24e592c
1 file changed
resources/linux/snap/snapcraft.yaml
@@ -51,6 +51,13 @@ apps:
51
@@NAME@@:
52
command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@
53
desktop: usr/share/applications/@@NAME@@.desktop
54
+ environment:
55
+ DISABLE_WAYLAND: 1
56
+ GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
57
+
58
+ url-handler:
59
+ command: electron-launch $SNAP/usr/share/@@NAME@@/bin/@@NAME@@ --open-url
60
+ desktop: usr/share/applications/@@NAME@@-url-handler.desktop
61
environment:
62
DISABLE_WAYLAND: 1
63
GSETTINGS_SCHEMA_DIR: $SNAP/usr/share/glib-2.0/schemas
0 commit comments