From bebfa8d014b6465a571c2c874b172715c3ee0979 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:08:20 -0800 Subject: [PATCH] fix(goofcord-nightly): Missing flag (#9398) (#9420) (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 0dfb91dfef..7b8aca1555 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