[ENG-527] - Bundle gstreamer (#759)

* bundle gstreamer stuff

* added a note to release workflow
This commit is contained in:
Utku
2023-04-26 05:50:52 +03:00
committed by GitHub
parent d8ee053d74
commit fa0b6587ed
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ on:
- main
workflow_dispatch:
# NOTE: For Linux builds, we can only build with Ubuntu. It should be the oldest base system we intend to support. See PR-759 & https://tauri.app/v1/guides/building/linux for reference.
jobs:
desktop-main:
name: Desktop - Main (${{ matrix.platform }})

View File

@@ -12,6 +12,9 @@
"tauri": {
"macOSPrivateApi": true,
"bundle": {
"appimage": {
"bundleMediaFramework": true
},
"active": true,
"targets": "all",
"identifier": "com.spacedrive.desktop",