From b580f3f55069be00588e3a1aa7ca4ce269a883c7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:19:46 -0700 Subject: [PATCH] fix(zed): change license path (#6109) (#6115) change license path from plex-mono/license.txt to ibm-plex-sans/license.txt (cherry picked from commit c6070f7f599a794cc5e2af744d828d556ccb377d) Co-authored-by: Eason <30045503+Eason0729@users.noreply.github.com> --- anda/devs/zed/nightly/zed-nightly.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a8edd21d6e..9aed5243cd 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -142,7 +142,7 @@ install -Dm644 %app_id.metainfo.xml %{buildroot}%{_metainfodir}/%app_id.metainfo > LICENSE.dependencies mv assets/icons/LICENSES LICENSE.icons mv assets/themes/LICENSES LICENSE.themes -mv assets/fonts/plex-mono/license.txt LICENSE.fonts +mv assets/fonts/ibm-plex-sans/license.txt LICENSE.fonts %if %{with check} %check diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 9d6cef8c70..7192ed6c39 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -132,7 +132,7 @@ install -Dm644 %app_id.metainfo.xml %{buildroot}%{_metainfodir}/%app_id.metainfo > LICENSE.dependencies mv assets/icons/LICENSES LICENSE.icons mv assets/themes/LICENSES LICENSE.themes -mv assets/fonts/plex-mono/license.txt LICENSE.fonts +mv assets/fonts/ibm-plex-sans/license.txt LICENSE.fonts %if %{with check} %check diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index b702c02cfa..c65d7b90a1 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -132,7 +132,7 @@ install -Dm644 %app_id.metainfo.xml %{buildroot}%{_metainfodir}/%app_id.metainfo > LICENSE.dependencies mv assets/icons/LICENSES LICENSE.icons mv assets/themes/LICENSES LICENSE.themes -mv assets/fonts/plex-mono/license.txt LICENSE.fonts +mv assets/fonts/ibm-plex-sans/license.txt LICENSE.fonts %if %{with check} %check