build: run macdeployqt on package

This commit is contained in:
sithlord48
2025-01-08 07:51:29 -05:00
committed by Nick Bolton
parent 9501b59f81
commit 74dcd9bd4e

View File

@ -6,7 +6,7 @@
set(MY_DIR ${CMAKE_CURRENT_LIST_DIR})
install(CODE "execute_process(COMMAND
${DEPLOYQT_BIN}
${DEPLOYQT}
\"\${CMAKE_INSTALL_PREFIX}/Deskflow.app\"
-timestamp -codesign=-
)")