We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a7a75 commit 2bca998Copy full SHA for 2bca998
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: tabularis
2
base: core24
3
-version: '0.0.0'
+version: "0.0.0"
4
summary: A lightweight, developer-focused database management tool
5
description: |
6
Tabularis is a lightweight, developer-focused database management tool
@@ -11,7 +11,7 @@ description: |
11
grade: stable
12
confinement: strict
13
14
-architectures:
+platforms:
15
- build-on: amd64
16
build-for: amd64
17
@@ -29,8 +29,8 @@ apps:
29
command: usr/bin/tabularis
30
extensions: [gnome]
31
environment:
32
- WEBKIT_DISABLE_DMABUF_RENDERER: "1" # disable DMABuf in WebKit
33
- LIBGL_ALWAYS_SOFTWARE: "1"
+ WEBKIT_DISABLE_DMABUF_RENDERER: "1" # disable DMABuf in WebKit
+ LIBGL_ALWAYS_SOFTWARE: "1"
34
plugs:
35
- home
36
- network
0 commit comments