Hi,
so i get a nwjs project i successfully converted in MAC and WINDOW native app format,
then it’s turn on LINUX
i got the output .appimage file on dektop but nothing happen on double-clicking it,
the permission are ok and allow executable,
so i guess there may be problem(s) elsewhere…
my nwjs folder contains a .desktop file to launch a script making nwjs app running :
double-clicking the .desktop launch app successfully.
so is there anything to change there to make it works ??
may be something path related ??
when i drop my appimage created in terminal , and Enter key it return : execv error: No such file or directory
if i drop SubSurface app into terminal, the App launch correctly yet.
Sure,
as it was over 300 Mo, i removed the web app, now it’s about 54 Mo
(.desktop file launch correctly window app with default NWJS splash screen
but when the fix come up i would be glad to show you the full app ) :
well, i give up (not enough spare time to investigate why that’s not working on my side).
may be in the future you should build an online tool to convert nwjs into appimage format (upload the app, download the appimage once created)
Not sure what the issue is, since it is working for me with the steps I posted above. I have no xlue about nwjs really. Is there a standard tool along the lines of electron-builder but for nwjs?
If you have a GitHub/Travis CI continuous build system, then I could send a Pull Request implementing the required changes to produce continuous AppImage builds. Let me know if you are interested.
Alternatively, you could provide a ppa or deb which we could then easily convert to an AppImage.