feat: more AyuGram branding

feat: update README
feat: update CONTRIBUTING
fix: add note for Linux
fix: rename xdg shortcut
fix: remove snap
fix: rename AyuGram executable in the updater
fix: use different GUIDs
This commit is contained in:
ZavaruKitsu
2023-08-27 13:40:55 +00:00
parent 3e3f0f0808
commit 58e1c9ff54
15 changed files with 138 additions and 734 deletions
+2
View File
@@ -34,6 +34,8 @@ Or, to create a debug build, run
-D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627 \
-D CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
**P. S. If docker image build takes too long, cherry-pick [this](https://github.com/TDesktop-x64/tdesktop/commit/b99c084862053f441caa6525837a7e193cc671f7) commit.**
If you need a backward compatible binary (running on older OS like the official one), you should build the binary with LTO.
To do this, add `-D CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON` option.