From c2d4d57536f457ffe42e97b94f8e37c8b2297578 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:45:23 -0800 Subject: [PATCH] fix(goofcord-nightly): Missing flag (#9398) (#9399) (cherry picked from commit 715241374340e1f3cfad351520a12f444cdd3a25) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index b8b18ba401..cc81f6b5f2 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -8,7 +8,7 @@ Name: %{base_name}-nightly Version: %{ver}%{commit_date}.git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet @@ -33,7 +33,7 @@ sed -i '/\"x64\",/d' electron-builder.ts %bun_build %install -%electron_install -d %{base_name} -s %{base_name} -i %{base_name} -D -O -U %U -E UseOzonePlatform,WaylandWindowDecorations -I +%electron_install -d %{base_name} -s %{base_name} -b %{base_name} -i %{base_name} -D -O -U %U -E UseOzonePlatform,WaylandWindowDecorations -I install -Dm644 assetsDev/%{appid}.metainfo.xml -t %{buildroot}%{_metainfodir} %check