-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write a readme; add logo; improve setup files; add LICENSE to packages; use QEMU only for aarch64 builds; run workflows only on main branch; remove the need for a running pyrogram client to create a GroupCall; add lfs; bump version to 0.0.2.
- Loading branch information
Showing
21 changed files
with
634 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.raw filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Just use WSL | ||
|
||
Otherwise, you will have to do it yourself. | ||
Links that will help you build on Windows: | ||
- [Build instruction for macOS](../macos) | ||
- [Telegram Desktop build instructions for Visual Studio 2019 for 64 bit ](https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-msvc-x64.md) | ||
Links that will help you build on Windows | ||
- [Build instruction for macOS](../macos). | ||
- [Telegram Desktop build instructions for Visual Studio 2019 for 64 bit ](https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-msvc-x64.md). | ||
|
||
Your contribution as building instructions on Windows is appreciated! | ||
It's even better if you do a GitHub workflow. | ||
- [A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications](https://github.com/microsoft/setup-msbuild) | ||
- [Example of CI scripts for Windows](https://github.com/bakatrouble/pytgvoip/tree/master/ci_scripts) | ||
- [A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications](https://github.com/microsoft/setup-msbuild). | ||
- [Example of GitHub Windows workflow](https://github.com/telegramdesktop/tdesktop/blob/dev/.github/workflows/win.yml). |
Oops, something went wrong.