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
AgeCommit message (Collapse)Author
2020-12-28Windows: Avoid deprecated 'ansi' targetBen Wiederhake
Without this patch, building produces the following warning: Processing script file: telegram-purple.nsi (UTF8) Processed 1 file, writing output (x86-ansi): warning 7998: ANSI targets are deprecated
2020-12-28Windows: Use DWARF2 on MinGWBen Wiederhake
This is a C plugin for a C program, so let's hope this JustWorks™.
2018-04-07Windows: enable installer compressionBen Wiederhake
2018-04-06Cross-compile libwebpBen Wiederhake
2018-04-06Harden NSI-generation against accidentsBen Wiederhake
2018-04-06Windows installer creationBen Wiederhake
2017-04-11Remove public key from repoBen Wiederhake
2016-02-18Auto-generate .nsi via awk scriptBen Wiederhake
Fixes #195