saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.93k stars 228 forks source link

How does app update on MacOS app store work? #142

Open subhash279 opened 3 years ago

subhash279 commented 3 years ago

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!

Psycokwet commented 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 :)

dHarshMakwana commented 1 year ago

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