mimecorg / launchui

Launcher for GUI Node.js applications using libui-node.
MIT License
107 stars 10 forks source link

zip not found #3

Closed wormen closed 6 years ago

wormen commented 6 years ago

Downloading launchui-v0.1.4-win32-ai32.zip Error: GET https://github.com/mimecorg/launchui/releases/download/v0.1.4/launchui-v0.1.4-win32-ai32.zip returned 404

mimecorg commented 6 years ago

The architecture should be ia32, not ai32.

wormen commented 6 years ago

this is your code that generated this reference when downloading the archive automatically

mimecorg commented 6 years ago

But you pass the architecture as an option to that code. Otherwise it defaults to process.arch which shouldn’t return ai32.