nx-electron icon indicating copy to clipboard operation
nx-electron copied to clipboard

Build windows app (*.exe) on linux platform

Open FridaCai opened this issue 6 months ago • 3 comments

Hi Team,

We are trying to build windows app (*.exe) on linux build machine and meet following error:截屏2024-01-21 20 55 53

We can solve the problem by adding following line before build:

https://github.com/bennymeg/nx-electron/blob/0d194ccb2c330b40656a163dfb29af2797403d77/packages/nx-electron/src/executors/package/executor.ts#L83

normalizedOptions.win=[]

more information can be find here: https://github.com/electron-userland/electron-builder/blob/277341000a87abaa65a7985854c06e88ed5938b9/packages/electron-builder/src/builder.ts#L89C1-L89C26

Although we have approach to solve this problem, it is not good practice to modify framework code in application project. So may I have your advice about how to config/use nx-electron properly in this case? Thanks in advance and look forward for your reply. Feel free to let me know if you need more details.

FridaCai avatar Jan 21 '24 13:01 FridaCai