From fa0b6587ed026ce84c7ffb702ad8fea7aeddeb63 Mon Sep 17 00:00:00 2001 From: Utku <74243531+utkubakir@users.noreply.github.com> Date: Wed, 26 Apr 2023 05:50:52 +0300 Subject: [PATCH] [ENG-527] - Bundle gstreamer (#759) * bundle gstreamer stuff * added a note to release workflow --- .github/workflows/release.yml | 2 ++ apps/desktop/src-tauri/tauri.conf.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 408f7b8d2..10c739d0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 3b0e03673..0505b99d4 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -12,6 +12,9 @@ "tauri": { "macOSPrivateApi": true, "bundle": { + "appimage": { + "bundleMediaFramework": true + }, "active": true, "targets": "all", "identifier": "com.spacedrive.desktop",