Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-03-26 00:02:52 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-03-26 00:02:52 +0300
commit136d63a82abfa4246b7518d76afaba9e036a4c64 (patch)
tree2a79a113384ce1f260fb5b266459121cf622a567 /HACKING.md
parentca42dcf0e6bebe2d0f818e1221db9518561dd8a0 (diff)
Windows: Fix silly typos
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 7047770..4ab75c8 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -71,7 +71,7 @@ Remember to push the tag to github.
Make a dist-bundle: `make dist`
Keep the resulting `telegram-purple_1.something.orig.tar.gz` safe.
-Make the windows installer: `./mkwindows.sh`
+Make the windows installer: `./mkwindows.sh && USE_WEBP=n ./mkwindows.sh`
Keep the resulting `telegram-purple-1.something+gcafebabe5.exe` safe.
#### Create release on github