summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/cmake/deploy.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/cmake/deploy.cmake b/utils/cmake/deploy.cmake
index 20c601b1ad..783efdb8e7 100644
--- a/utils/cmake/deploy.cmake
+++ b/utils/cmake/deploy.cmake
@@ -50,6 +50,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
50 COMMENT "Creating AppImage ${target}" 50 COMMENT "Creating AppImage ${target}"
51 COMMAND OUTPUT=${CMAKE_BINARY_DIR}/${target}.AppImage 51 COMMAND OUTPUT=${CMAKE_BINARY_DIR}/${target}.AppImage
52 ${LINUXDEPLOY} 52 ${LINUXDEPLOY}
53 --plugin qt
53 --icon-file=${iconfile} 54 --icon-file=${iconfile}
54 --desktop-file=${desktopfile} 55 --desktop-file=${desktopfile}
55 --executable=$<TARGET_FILE:${target}> 56 --executable=$<TARGET_FILE:${target}>