also the desktop file should be in the archive but it's not fsr?
This commit is contained in:
parent
24c9ad1546
commit
a844942018
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ BuildRequires: tar zstd
|
|||
%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
|
||||
|
||||
#%prep
|
||||
#%setup -q
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%install
|
||||
program_name="librewolf-allow-dark"
|
||||
|
@ -23,7 +23,7 @@ mkdir -p %{buildroot}%{_datadir}/applications
|
|||
|
||||
mv ./librewolf %{buildroot}%{_bindir}/librewolf
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue