tingbot / tide-electron

📝   Simple IDE for developing Tingbot apps
Other
22 stars 7 forks source link

Only a 64bit version available for windows #60

Open StefanJanssen95 opened 8 years ago

StefanJanssen95 commented 8 years ago

There should be a 32bit version of Tide for Windows as well.

joerick commented 8 years ago

This is a pretty fraught topic in Electron - the support is there, but there are complications with Squirrel autoupdate.

https://github.com/electron-userland/electron-builder/issues/439

I'll have to see if Nuts update server supports it.

Meanwhile, if anybody wants to try a win32 build, I've got it building on the win32-build branch - there's an installer app here: https://ci.appveyor.com/api/buildjobs/1knyoyjbc4s37cts/artifacts/dist%2Fwin-ia32%2FTide%20Setup%200.4.2-ia32.exe

I'd appreciate any feedback on if that version works - I've not got access to a 32-bit Windows machine.

joerick commented 8 years ago

To implement auto-update will require a feature added to the Nuts server. Details here: https://github.com/GitbookIO/nuts/issues/32

:(

I guess we can release the win32 installer standalone and require manual updates in the meantime.