Skip to content

Commit

Permalink
Update freedesktop runtime (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei1Yang authored Dec 26, 2024
1 parent 993e542 commit 59e00c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions io.github.kukuruzka165.materialgram.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: io.github.kukuruzka165.materialgram
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: materialgram
rename-icon: materialgram
Expand All @@ -20,12 +20,12 @@ finish-args:
- --unset-env=QT_PLUGIN_PATH
- --env=PATH=/app/lib/webview/bin:/app/bin:/usr/bin
sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm16
- org.freedesktop.Sdk.Extension.llvm18
add-extensions:
org.freedesktop.Platform.ffmpeg-full:
directory: lib/ffmpeg
add-ld-path: .
version: '23.08'
version: '24.08'
autodownload: true
autodelete: false
org.telegram.desktop.webview:
Expand All @@ -38,8 +38,8 @@ cleanup-commands:
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
- mkdir -p ${FLATPAK_DEST}/lib/webview
build-options:
append-path: /usr/lib/sdk/llvm16/bin
append-ld-library-path: /usr/lib/sdk/llvm16/lib
append-path: /usr/lib/sdk/llvm18/bin
append-ld-library-path: /usr/lib/sdk/llvm18/lib
cleanup:
- /doc
- /include
Expand Down

0 comments on commit 59e00c7

Please sign in to comment.