feat(bundler): bundle additional gstreamer files, closes #4092 (#4271)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Fabian-Lars
2022-06-10 21:20:37 +02:00
committed by GitHub
parent f6205afc0d
commit d335fae92c
7 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-bundler": patch
---
Bundle additional gstreamer files needed for audio and video playback if the `APPIMAGE_BUNDLE_GSTREAMER` environment variable is set.

View File

@@ -0,0 +1,5 @@
---
"tauri-utils": patch
---
Added a config flag to bundle the media framework used by webkit2gtk `tauri.conf.json > tauri > bundle > appimage > bundleMediaFramework`.

View File

@@ -0,0 +1,6 @@
---
"cli.rs": patch
"cli.js": patch
---
Set the `APPIMAGE_BUNDLE_GSTREAMER` environment variable to make the bundler copy additional gstreamer files to the AppImage.