leafac / caxa

📦 Package Node.js applications into executable binaries 📦
https://npm.im/caxa
699 stars 34 forks source link

stub--win32--ia32 is not supported #35

Closed bradjin8 closed 11 months ago

bradjin8 commented 3 years ago

How can I build an app for windows x86?

build-err Stub not found (your operating system / architecture may be unsupported): ‘C:\Workspace\hypercore-fox-helper\node_modules\caxa\stubs\stub--win32--ia32

si458 commented 3 years ago

currently it only supports x64 bit windows HOWEVER the stubs are built with go so a simple change in the build process should support x32 👍 https://github.com/leafac/caxa/blob/20f57a96960b417bb17a5bcdabbd8fe2baed012d/package.json#L23

leafac commented 3 years ago

Since you ask, I’ll add Windows 32 bits support on the next version of caxa…

leafac commented 11 months ago

Hi y’all,

Thanks for using caxa and for the conversation here.

I’ve been thinking about the broad strategy employed by caxa and concluded that there is a better way to solve the problem. It doesn’t include binaries and stubs anymore, so the issue reported here shouldn’t apply anymore. Can you please give it a try and report back?

It’s a different enough approach that I think it deserves a new name, and it’s part of a bigger toolset that I’m building, which I call Radically Straightforward · Package.

I’m deprecating caxa and archiving this repository. I invite you to continue the conversation in Radically Straightforward’s issues.

Best.