Skip to content

Commit

Permalink
Auto-detect linuxdeploy-aarch64.AppImage too
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 18, 2025
1 parent ec94af3 commit b7e5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ target_link_libraries(
PRIVATE Qt${QT_VERSION_MAJOR}::Core
PRIVATE Qt${QT_VERSION_MAJOR}::Bluetooth)

find_program(LINUXDEPLOY NAMES linuxdeploy linuxdeploy-x86_64.AppImage)
find_program(LINUXDEPLOY NAMES linuxdeploy linuxdeploy-aarch64.AppImage linuxdeploy-x86_64.AppImage)
if (LINUXDEPLOY)
message(STATUS "Found linuxdeploy: ${LINUXDEPLOY}")
configure_file(desktop.in dokit.desktop)
Expand Down

0 comments on commit b7e5bf1

Please sign in to comment.