How to build for both mac and windows? #15961
Unanswered
Nikjee
asked this question in
CLI - Electron mode
Replies: 1 comment 1 reply
-
just an idea, how about using scripts in your
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I probably can't understand how extra options in CLI work but i cant figure out how to build for both mac and windows at the same time.
Currently i have to execute commands
quasar build electron --target win --arch x64 --publish always
quasar build electron --target mac --arch arm64 --publish always
I set up in quasar config target and arch for both mac and win but it only build for mac if i specify any other machine like so
quasar build -m electron --target win mac
Im for sure doing it wrong, can someone help me figure it out please?
quasar.conf.js
`
electron: {
`
Beta Was this translation helpful? Give feedback.
All reactions