iDevelopThings / SurrealDB-Explorer

A simple database viewer/editor for SurrealDB
66 stars 3 forks source link

ci: Linux build + update CI, Wails, Nodejs #4

Open aminya opened 1 year ago

aminya commented 1 year ago

Fixes #3

image

iDevelopThings commented 1 year ago

Thank you for this! I couldn't get the build to work for linux, also had no way to test it! let me know when it's good to go :)

aminya commented 1 year ago

You're welcome!

I got a successful build after patching Wails. There was a crash happening during startup because of some empty key, which I have patched and am waiting for them to review.

The CI works, but I haven't tested the publishing part yet.

Might be easier if we merge this, and I upload the binary using the patched Wails so that we do not have to wait for them. Up to you

aminya commented 1 year ago

My fix for linux has merged to Wails https://github.com/wailsapp/wails/pull/2672

Once Wails releases a new version, I will update this PR