mock-foundation / moc

A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
GNU General Public License v3.0
119 stars 6 forks source link

In-App updates #114

Closed ggoraa closed 1 year ago

ggoraa commented 1 year ago

In-App updates will use Sparkle for the update process, which will be the same both for Homebrew and direct installations. On the Homebrew side the package definition should be updated to indicate to Homebrew that this cask uses it's own update handling

ggoraa commented 1 year ago

Actually, with Sparkle I will be integrating AppCenter, which will allow me to gather crash data and distribute Moc easily

ggoraa commented 1 year ago

Well, the AppCenter integration will not be a thing, because there are some stupid conflicts between AppCenter SDK and TDLib, and specifically TDLib trying to use AppCenter's SQLite lib, instead of it's own(which is actually SQLCipher), which breaks it. So, well, AppCenter will now only be used for distribution, at least until I find the cause of the issue