Sergey Khabibullin
Sergey Khabibullin
Yep! I think this would be fairly easy to implement.
Because it is a .NET Core project and you have to publish it to get .exe https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli
I think updating each project separately is too complex for now. Also I am fine with having multiple dlls: ILMerge docs say "Currently, ILMerge works only on Windows-based platforms". Interesting...
Just self-contained version built for target platform.
@ForNeVeR At first glance it's unclear whether we could use these frameworks. Mac installers seem to be tied to Cocoa apps. I am not sure though.
@vladimirzenin could you please provider some details here: https://github.com/AvaloniaUI/Avalonia/issues/2095
> Usually the encryption key is never changed and is stored in some OS keychain From TdLib Docs I thinks this means there is some OS-specific keychain where encryption keys...
Yeah we are gonna need some DB. I am up to anything really. I didn't try Realm, but it looks cool.
Proper theming engine should be implemented before we add dark theme. And that probably depends on settings page.
I am not sure what to do with this project. When I started the project I didn't consider the simple fact that people generally do not trust third-party clients. This...