Skip to content

Commit a0a89ba

Browse files
committed
Fix appimage build
1 parent 50ef0bf commit a0a89ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/PackagingLinux.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ add_custom_target(appimage
4141
OUTPUT=NotepadNext-v${PROJECT_VERSION}-x86_64.AppImage
4242
${LINUXDEPLOY}
4343
--appdir ${INSTALL_DIR}
44-
--executable ${INSTALL_DIR}/usr/bin/NotepadNext
44+
--executable ${INSTALL_DIR}/bin/NotepadNext
4545
--plugin qt
4646
--output appimage
4747
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}

0 commit comments

Comments
 (0)