Skip to content

Commit

Permalink
Update runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Dec 2, 2024
1 parent 772bc6f commit 7f8fadd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
app-id: com.github.vikdevelop.canvadesktop
runtime: org.freedesktop.Platform
runtime-version: '21.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: "21.08"
base-version: "24.08"
command: canva.sh
sdk-extensions:
- org.freedesktop.Sdk.Extension.node16
- org.freedesktop.Sdk.Extension.node22
finish-args:
- --share=ipc
- --socket=x11
Expand All @@ -15,7 +15,7 @@ finish-args:
- --filesystem=xdg-pictures
- --device=dri
build-options:
append-path: /usr/lib/sdk/node16/bin
append-path: /usr/lib/sdk/node22/bin
env:
NPM_CONFIG_LOGLEVEL: info
modules:
Expand Down

0 comments on commit 7f8fadd

Please sign in to comment.