Open subhash279 opened 3 years ago
Hello ! It's an executable that people need to install, like any other software ! The user have to have the right bundled executable on its computer to see the version you want them to see. :)
It's a way to bundle a website as an app. :)
I can't say about your project, but, you can try to start from a nextron example, and add your code to it, see if it works. I did it a few time :)
can you tell me how updates
Hello ! It's an executable that people need to install, like any other software ! The user have to have the right bundled executable on its computer to see the version you want them to see. :)
It's a way to bundle a website as an app. :)
I can't say about your project, but, you can try to start from a nextron example, and add your code to it, see if it works. I did it a few time :)
Can you tell me how does the updates work in the nextron
Hi, First of all great work on the package. I just had a question about how this works. Is this like an electron wrapper around the website? As in if the website is updated, will the app on the user's device also show latest version or will it have to be pushed through say Mac OS app store?
Also do I have to make any changes to my existing next js repo or just plug it into this package and it would just work. Thanks again!