-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
The following command returns exit code of 1. This mismatches the linuxdeploy command, which returns exit code of 0. This --help is helpful for testing viability of a plugin.
linuxdeploy-plugin-qt-aarch64.AppImage --help
echo $?
# 1A workaround is to call --plugin-version instead:
linuxdeploy-plugin-qt-aarch64.AppImage --plugin-version
echo $?
# 0Metadata
Metadata
Assignees
Labels
No labels