You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the executable is composed of a single binary directly compiled from Rust. However, this is not the most user friendly way of installing/running for non-developers, especially in MacOS, as it can be seen in some comments in this reddit post.
Therefore, we should implement a way of generating some sort of app such as .dmg to facilitate its use in MacOS.
Potential solutions are many, however, one thing that might pose the biggest obstacle is signing the executable with an Apple Developer Account - example 1 / example 2.
The text was updated successfully, but these errors were encountered:
📝 Provide a description of the new feature
Currently, the executable is composed of a single binary directly compiled from Rust. However, this is not the most user friendly way of installing/running for non-developers, especially in MacOS, as it can be seen in some comments in this reddit post.
Therefore, we should implement a way of generating some sort of app such as .dmg to facilitate its use in MacOS.
Potential solutions are many, however, one thing that might pose the biggest obstacle is signing the executable with an Apple Developer Account - example 1 / example 2.
The text was updated successfully, but these errors were encountered: