mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Put launcher shell script into share folder
This commit is contained in:
@@ -421,7 +421,7 @@ macro(createPackage)
|
||||
else()
|
||||
install(
|
||||
FILES ${IMHEX_BASE_FOLDER}/dist/cli/imhex.sh
|
||||
DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/imhex
|
||||
RENAME imhex
|
||||
PERMISSIONS
|
||||
OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
|
||||
2
dist/rpm/imhex.spec
vendored
2
dist/rpm/imhex.spec
vendored
@@ -156,7 +156,7 @@ cp -a lib/third_party/xdgpp/LICENSE %{buildroot
|
||||
%license %{_datadir}/licenses/%{name}/
|
||||
%doc README.md
|
||||
%{_bindir}/imhex
|
||||
%{_exec_prefix}/sbin/imhex
|
||||
%{_datadir}/imhex/imhex
|
||||
%{_datadir}/pixmaps/%{name}.*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_libdir}/libimhex.so.*
|
||||
|
||||
Reference in New Issue
Block a user