huytd / ascii-d

A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
https://ascii-draw.com
BSD 3-Clause "New" or "Revised" License
271 stars 14 forks source link

Installing app for non-Rust users #23

Closed tatthien closed 1 year ago

tatthien commented 1 year ago

Hi, is there a pre-build package for non-Rust users?

I want to install this app but don't want to install Rust/Cargo.

huytd commented 1 year ago

I have added a github action to create the prebuilt binary.

You can download the binary for v0.3.0 here https://github.com/huytd/ascii-d/releases/tag/v0.3.0

It's a non-signed and non-notarized build btw, so on the first time running, macOS might say something about delete the app, we can just ignore and open the app by right click on it and select open.

In the future, the app will be published to AppStore, as well as having a notarized build available for direct download.

tatthien commented 1 year ago

Awesome! I really appreciate your effort to create the binary so quickly.