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-09-26 23:41:22 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-09-26 23:41:22 +0300
commit88a07a3f05bb5ee3784a520d2e7442a439ce4988 (patch)
treeffda77fa70f7e22f68ace5c914a118f36aa4bff5
parent1703eb8a6b85acb388078cd829717195db36fbad (diff)
Document correct mkwindows commands
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index dedde0f..62aa6f3 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 && USE_WEBP=n ./mkwindows.sh`
+Make the windows installer: `USE_PNG=n ./mkwindows.sh && USE_PNG=n USE_WEBP=n ./mkwindows.sh`
Keep the resulting `telegram-purple-1.something+gcafebabe5.exe` safe.
#### Create release on github