From 6eb0ee294b905ef7391a22965a617b1b44e7691a Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 8 Feb 2025 11:15:26 -0600 Subject: [PATCH] Updated packaging cmake --- cmake/packaging.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 )