Skip to content

Commit

Permalink
silece appimage pack
Browse files Browse the repository at this point in the history
  • Loading branch information
fszontagh committed Dec 2, 2024
1 parent bed7873 commit d913293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/AppImage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ add_custom_command(
MAIN_DEPENDENCY ${PROJECT_BINARY_NAME}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} --install ${CMAKE_BINARY_DIR} --prefix ${CMAKE_BINARY_DIR}/AppImageSource/usr --config Release
COMMAND wget https://github.com/AppImageCommunity/pkg2appimage/releases/download/continuous/pkg2appimage--x86_64.AppImage -O ./pkg2appimage
COMMAND wget -q https://github.com/AppImageCommunity/pkg2appimage/releases/download/continuous/pkg2appimage--x86_64.AppImage -O ./pkg2appimage
COMMAND chmod +x ./pkg2appimage
COMMAND ./pkg2appimage --appimage-extract
COMMAND ./squashfs-root/AppRun AppImageRecipe.yml
COMMAND sh -c "./pkg2appimage --appimage-extract > /dev/null 2>&1"
COMMAND sh -c "./squashfs-root/AppRun AppImageRecipe.yml > /dev/null 2>&1"
COMMAND ls -ltrh out
COMMENT "Creating AppImage source directory"
VERBATIM)

0 comments on commit d913293

Please sign in to comment.