DOES THIS WORK
Some checks failed
continuous-integration/drone Build is failing

also the desktop file should be in the archive but it's not fsr?
This commit is contained in:
askiiart 2025-03-12 10:22:39 -05:00
parent 24c9ad1546
commit a844942018
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -9,8 +9,8 @@ BuildRequires: tar zstd
%description %description
Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which if enabled lets you change the color scheme even if rfp is turned on Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which if enabled lets you change the color scheme even if rfp is turned on
#%prep %prep
#%setup -q %setup -q
%install %install
program_name="librewolf-allow-dark" program_name="librewolf-allow-dark"
@ -23,7 +23,7 @@ mkdir -p %{buildroot}%{_datadir}/applications
mv ./librewolf %{buildroot}%{_bindir}/librewolf mv ./librewolf %{buildroot}%{_bindir}/librewolf
find %{_topdir} -name "librewolf.desktop" find %{_topdir} -name "librewolf.desktop"
mv %{_builddir}/%{name}-%{version}-build/%{name}/librewolf.desktop %{buildroot}%{_datadir}/applications/ mv %{_builddir}/%{name}/librewolf.desktop %{buildroot}%{_datadir}/applications/
resolutions=(16 32 64 128) resolutions=(16 32 64 128)