0

I actually only have a Node.js CLI application which I want to package as an AppImage and maybe even with auto-updater functionality. So is it possible to use electron-builder for a Node.js application without Electron?

If not, is there some other tool out there which can bundle a Node.js application into an AppImage?

kayahr
  • 20,913
  • 29
  • 99
  • 147
  • No. Because electron-builder basically downloads the default electron binaries and puts your web code into a folder inside those electron binaries. – Welcor Nov 09 '22 at 23:22

0 Answers0