Skip to content

Commit 9e75562

Browse files
committed
build: Fix RPM icon path
1 parent 2b31681 commit 9e75562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/rpm/imhex.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ cp -a lib/third_party/xdgpp/LICENSE %{buildroot
123123
%doc README.md
124124
%{_bindir}/imhex
125125
%{_bindir}/imhex-updater
126-
%{_datadir}/pixmaps/%{name}.png
126+
%{_datadir}/pixmaps/%{name}.svg
127127
%{_datadir}/applications/%{name}.desktop
128128
%{_datadir}/mime/packages/%{name}.xml
129129
%{_libdir}/libimhex.so*

0 commit comments

Comments
 (0)