diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index 94d973abc..bbd9a5903 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -77,9 +77,9 @@ execute_process( ${LINUXDEPLOY_EXECUTABLE} --appimage-extract-and-run --appdir=${CPACK_TEMPORARY_DIRECTORY} - --executable=$ - $<$>:--desktop-file=$> - $<$>:--icon-file=$> + --executable=$ + $<$>:--desktop-file=$> + $<$>:--icon-file=$> --output=appimage --verbosity=2 )