harshkhandeparkar / rainbow-board

Cross-platform electron-based Whiteboard app.
https://harshkhandeparkar.github.io/rainbow-board
MIT License
64 stars 5 forks source link

macOS 0.4.0 Build #2

Closed clnt closed 3 years ago

clnt commented 3 years ago

Hey @HarshKhandeparkar I came across this looking for a whiteboard app to use, assumed it should be pretty easy to build on macOS so gave it a go, this was built on macOS Mojave:

Screenshot 2021-02-11 at 22 27 34

Download link to DMG as it is 75mb: https://share.mattc.dev/Rainbow-Board-0.2.1.dmg.zip

Enjoy :)

Not sure how you are currently doing builds if manually or auto, but I have the ability to run a macOS VM on a server which could probably do something with a script.

harshkhandeparkar commented 3 years ago

Hi! Thank you so much!! I actually do it manually because it is not so difficult for Linux and Windows.

I am not sure if the dmg metadata is correct, is it?

harshkhandeparkar commented 3 years ago

I will not have to change the code to show the dmg downloads :stuck_out_tongue:. Doing that now.

harshkhandeparkar commented 3 years ago

Added the asset to the GitHub release :heavy_check_mark:

harshkhandeparkar commented 3 years ago

Forge (a packaging tool used here) is supposed to be able to publish assets to GitHub but it is in beta and lacks some docs...

harshkhandeparkar commented 3 years ago

Added the link on the website. :heavy_check_mark: image

harshkhandeparkar commented 3 years ago

image I salute you.

clnt commented 3 years ago

@HarshKhandeparkar No problem :) Sorry bit busy at the moment so havent been able to reply properly. Just ran a quick build for you from latest, this time built on macOS Big Sur :)

https://share.mattc.dev/Rainbow-Board-0.3.4.dmg.zip

harshkhandeparkar commented 3 years ago

Thank you so much!

harshkhandeparkar commented 3 years ago

Uploaded :heavy_check_mark:

clnt commented 3 years ago

@HarshKhandeparkar Updated build: https://share.mattc.dev/Rainbow-Board-0.4.0.dmg.zip

Have you looked into using Travis CI at all to handle the builds for you?

harshkhandeparkar commented 3 years ago

Updated build: https://share.mattc.dev/Rainbow-Board-0.4.0.dmg.zip

Thank you!

Have you looked into using Travis CI at all to handle the builds for you?

I looked into Github actions but didn't get enough time to play with it...

harshkhandeparkar commented 3 years ago

I managed to build with actions :hot_face: https://github.com/HarshKhandeparkar/rainbow-board/releases/tag/v0.4.0

Thank you for your help. Closing this issue now :)

clnt commented 3 years ago

@HarshKhandeparkar Awesome looks good, just downloaded and tested, its working well and feels much better to use already than 0.2.1 :)

No problem!