Skip to content

Commit 2bca998

Browse files
committed
build(snapcraft): update snapcraft.yaml platforms and formatting
replace architectures with platforms and fix env formatting
1 parent 01a7a75 commit 2bca998

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snap/snapcraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tabularis
22
base: core24
3-
version: '0.0.0'
3+
version: "0.0.0"
44
summary: A lightweight, developer-focused database management tool
55
description: |
66
Tabularis is a lightweight, developer-focused database management tool
@@ -11,7 +11,7 @@ description: |
1111
grade: stable
1212
confinement: strict
1313

14-
architectures:
14+
platforms:
1515
- build-on: amd64
1616
build-for: amd64
1717

@@ -29,8 +29,8 @@ apps:
2929
command: usr/bin/tabularis
3030
extensions: [gnome]
3131
environment:
32-
WEBKIT_DISABLE_DMABUF_RENDERER: "1" # disable DMABuf in WebKit
33-
LIBGL_ALWAYS_SOFTWARE: "1"
32+
WEBKIT_DISABLE_DMABUF_RENDERER: "1" # disable DMABuf in WebKit
33+
LIBGL_ALWAYS_SOFTWARE: "1"
3434
plugs:
3535
- home
3636
- network

0 commit comments

Comments
 (0)