error on linux on appimage step
► Add Launcher step ✅ Using default application name as launcher executable name. ✅ Using 'dist/main.cjs' as the JavaScript entry point. ► Zip step ✅ Found 'zip' command at: /usr/bin/zip ► Debian step ✅ Found 'dpkg-deb' command at: /usr/bin/dpkg-deb ✅ 'prePack' commands: • cd $debianStep_debianSourceDirectory && mkdir -p usr/share/applications • cd $debianStep_debianSourceDirectory && cp $pruneStep_trashDirectory/packaging/linux/nodeguiapp.desktop usr/share/applications/ • cd $debianStep_debianSourceDirectory && mkdir -p usr/share/icons • cd $debianStep_debianSourceDirectory && cp -r $pruneStep_trashDirectory/packaging/linux/icons/hicolor usr/share/icons/ ► AppImage step ❌ Unable to run 'which pkg2appimage.AppImage'. Command reported:
Source: nodegui/nodegui