We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ef0bf commit a0a89baCopy full SHA for a0a89ba
1 file changed
cmake/PackagingLinux.cmake
@@ -41,7 +41,7 @@ add_custom_target(appimage
41
OUTPUT=NotepadNext-v${PROJECT_VERSION}-x86_64.AppImage
42
${LINUXDEPLOY}
43
--appdir ${INSTALL_DIR}
44
- --executable ${INSTALL_DIR}/usr/bin/NotepadNext
+ --executable ${INSTALL_DIR}/bin/NotepadNext
45
--plugin qt
46
--output appimage
47
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
0 commit comments