Can os.js create .exe file ? #810
|
Hello, Im searching for desktop framework which able to provide me with node js context and generate .exe after build. |
Answered by
andersevenrud
Sep 20, 2022
Replies: 2 comments 4 replies
|
What do you want an executable generated for? |
4 replies
|
If you want to bundle your OS.js distro into an executable check out: https://github.com/vercel/pkg Disclaimer: I've never tried this before, but it's probably what you need. |
0 replies
Answer selected by
andersevenrud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to bundle your OS.js distro into an executable check out: https://github.com/vercel/pkg
Disclaimer: I've never tried this before, but it's probably what you need.