fix(goofcord-nightly): Missing flag (#9398) (#9420)

(cherry picked from commit 7152413743)

Signed-off-by: Gilver <roachy@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-01-20 21:08:20 -08:00
committed by GitHub
parent 7a7bc7a688
commit bebfa8d014
@@ -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