Basically, I tried to package an app using nwjs and also installed nwjs updater as mentioned in documentations.
For window it creates an .exe file and after installation if there is any update the nwjs updater checks for it and inform the user to download the latest version. It's working fine on window.
But For macOS It creates a zip which contains our app as application.app, secondly we need to make a package installer. i used packages a free tool to package my application. i just need to use the created application.app into packages tool and it create a package installer.
this time the problem is the nwupdater does'nt work and closes the app immediately.
Hope anyone has a solution for the same or an alternate for whole.
I just want my application which is written in html, css and javascript to be used as a native app on macOS with installer and updater.