Skip to content

Commit

Permalink
Bump up flatpak platform
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Sep 24, 2023
1 parent 105eadf commit 2773e8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-aux/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ id: com.github.matzipan.envoyer
tags:
- "nightly"
runtime: org.gnome.Platform
runtime-version: "43"
runtime-version: "45"
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-nightly
- org.freedesktop.Sdk.Extension.llvm14
- org.freedesktop.Sdk.Extension.llvm16
command: envoyer
finish-args:
- --share=ipc
Expand All @@ -16,8 +16,8 @@ finish-args:
- --talk-name=org.freedesktop.portal.OpenURI
build-options:
append-path: "/usr/lib/sdk/rust-nightly/bin"
prepend-path: "/usr/lib/sdk/llvm14/bin"
prepend-ld-library-path: "/usr/lib/sdk/llvm14/lib"
prepend-path: "/usr/lib/sdk/llvm16/bin"
prepend-ld-library-path: "/usr/lib/sdk/llvm16/lib"
build-args:
- --share=network
- --socket=session-bus
Expand Down

0 comments on commit 2773e8c

Please sign in to comment.