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
Thanks for the tip. However, it currently uses Tauri's auto-update mechanism. I've tested it on Windows and macOS, and it can receive version updates from GitHub Actions automatically.
Ok, so then at that moment I would recommend creating a simple rust script
that pulls the correct os from github and install it like brew does but for each platform.
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
This would improve your DX and have less friction for people to try it.
Sent via Superhuman Android ***@***.***>
Great idea. Not only Homebrew, but I also want to release it to Ubuntu's APT repository for updates.
However, I don't have time to handle this right now. Contributions are welcome!
I think it would be best if instead of just having a release that the next version publishes to each systems respective package manager.
The text was updated successfully, but these errors were encountered: