Use Node.js platform identifiers
See original GitHub issueelectron-builder should use Node.js platform identifiers just like electron-packager does.
So the platform options win
and osx
should become win32
and darwin
.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Process | Node.js v19.3.0 Documentation
'SIGINT' from the terminal is supported on all platforms, and can usually be generated with Ctrl + C (though this may be configurable)....
Read more >Node.js Express Tutorial: Create a User Management System
We create a list named users and then enter the data for four users inside that list—in the form of id, name, and...
Read more >Node.js - Platform.sh Documentation
Node.js is a popular asynchronous JavaScript runtime. Deploy scalable Node.js apps of all sizes on Platform.sh. You can also develop a microservice ...
Read more >node-machine-id - npm
Start using node-machine-id in your project by running `npm i node-machine-id`. ... Cross-platform unique machine (desktop) id discovery ...
Read more >Request Id Tracing in Node.js Applications - ITNEXT
As you already know, if you want to have request ids in your Node.js app, you may use cls-hooked and integrate it with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
Top GitHub Comments
@justinmchase Both will be supported. So, electron-builder will be still drop-in replacement of electron-packager and logical for nodejs developers accustomed to these identifiers. But for me and other confused users it will allow to use osx/win.
@stefanjudis I am going to allow use
osx
instead ofdarwin
andwin
instead ofwin32
in theplatform
arg. See #301 “win and osx are a lot more user-friendly.”Yeah,
os
is much clear, but I don’t want to disturb our users and rename/deprecate. For now, we can just allow to useosx
/win
.