mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
[ENG-527] - Bundle gstreamer (#759)
* bundle gstreamer stuff * added a note to release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 }})
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"tauri": {
|
||||
"macOSPrivateApi": true,
|
||||
"bundle": {
|
||||
"appimage": {
|
||||
"bundleMediaFramework": true
|
||||
},
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"identifier": "com.spacedrive.desktop",
|
||||
|
||||
Reference in New Issue
Block a user