How to build app for Mac and windows with electron builder? #15435
Answered
by
dongwa
kevinwt95
asked this question in
CLI - Electron mode
|
Hi, |
Answered by
dongwa
Mar 27, 2023
Replies: 2 comments 1 reply
|
electron-builder doesn't have the ability to cross-build, it can only build Mac apps on a Mac device and build Windows apps on a Windows device. |
1 reply
Answer selected by
metalsadman
|
You can use github actions to do this. this is what i have done sometimes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
electron-builder doesn't have the ability to cross-build, it can only build Mac apps on a Mac device and build Windows apps on a Windows device.