saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.97k stars 229 forks source link

Build for windows 32bit #322

Closed SarkarKurdish closed 1 year ago

SarkarKurdish commented 1 year ago

Hey nextron build seems to build for x64 and I can't find any settings to change it, how can I target to windows 32bit?

saltyshiomix commented 1 year ago

@SarkarKurdish

Did you run nextron build --win --ia32?

SarkarKurdish commented 1 year ago

Thanks it worked, I did not thought I can use electron arguments with nextron.

saltyshiomix commented 1 year ago

@SarkarKurdish

Currently nextron does not support all arguments, but some options are documented in README :)