Muhammad Akbar Yanuar Mantari 2024-09-21 23:51:37 +00:00 committed by Git OBS Bridge
parent 8274d0a44f
commit 0d1f9ab2b2

View File

@ -61,7 +61,7 @@ export CXX="g++-%{?force_gcc_version}"
%install
install -Dpm755 target/release/%{name} -t %{buildroot}%{_bindir}
install -Dpm644 res/icons/icon.png -t %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -Dpm644 res/icons/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
%check