mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
use CPACK_PACKAGING_INSTALL_PREFIX instead of CMAKE_INSTALL_PREFIX (#1187)
Gosh, why does it fall back to /usr/local?!
This commit is contained in:
parent
95da1a060e
commit
06bc276c64
@ -155,8 +155,8 @@ elseif(LINUX)
|
||||
--appimage-extract-and-run
|
||||
--appdir=${CPACK_TEMPORARY_DIRECTORY}
|
||||
--executable=$<TARGET_FILE:woof>
|
||||
--desktop-file=${CPACK_TEMPORARY_DIRECTORY}/${CMAKE_INSTALL_PREFIX}/share/applications/io.github.fabiangreffrath.woof.desktop
|
||||
--icon-file=${CPACK_TEMPORARY_DIRECTORY}/${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps/woof.png
|
||||
--desktop-file=${CPACK_TEMPORARY_DIRECTORY}/${CPACK_PACKAGING_INSTALL_PREFIX}/share/applications/io.github.fabiangreffrath.woof.desktop
|
||||
--icon-file=${CPACK_TEMPORARY_DIRECTORY}/${CPACK_PACKAGING_INSTALL_PREFIX}/share/icons/hicolor/128x128/apps/woof.png
|
||||
--output=appimage)
|
||||
]])
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user