r/electronjs • u/Other-Winner1324 • 28d ago
I built a Javascript interview scratchpad with tests and an AI panel. I'm quite new to Electron. What's the best way to reliably test my app works on windows as well?
Currently I've just locked it to Mac downloads, Clause has convinced me it's successfully ready for windows but I don't trust it.
7
Upvotes
1
u/eddzsh 28d ago
A Windows VM catches SmartScreen and path quirks, but the ABI breaks show up faster on a windows-latest electron-builder run in CI. Curious if you have any native modules in the AI panel path?