Support for cross-platform executable generation #89
HayDegha0917
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
It should be possible to download Node.js executables for other platforms. You could instead download the target executable from the Node.js CDN instead of copying the installed node (step 4):
From docs: Single executable applications |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been using
pkg
for crating SEAs. One of the great features ofpkg
is its support for generating SEAs for a variety of target OSes (for example, create a Linux executable from a Windows workstation). It does not seem that NodeJS's SEA capability supports this. Is it possible to add as a feature?Beta Was this translation helpful? Give feedback.
All reactions