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>2018-04-06 22:12:08 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2018-04-06 23:10:32 +0300
commitccdf64624f6e1c0526c89f614c65c37817083bbc (patch)
treebdda6740a97618df36b493a38fbb7e94ed9ac99f /telegram-purple.nsi.awk-in
parentb5f1f9a593ae482a5ac646d89506d1e6de3f6746 (diff)
Harden NSI-generation against accidents
Diffstat (limited to 'telegram-purple.nsi.awk-in')
-rw-r--r--telegram-purple.nsi.awk-in2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram-purple.nsi.awk-in b/telegram-purple.nsi.awk-in
index 7d05365..a069b7f 100644
--- a/telegram-purple.nsi.awk-in
+++ b/telegram-purple.nsi.awk-in
@@ -91,7 +91,7 @@ Section "MainSection" SEC01
after_copy:
SetOutPath "$PidginDir\locale"
- File /nonfatal "/oname=%\LC_MESSAGES\telegram-purple.mo" "po\%.mo"
+ File /nonfatal "/oname=變\LC_MESSAGES\telegram-purple.mo" "po\變.mo"
SetOutPath "$PidginDir"
File "${WIN32_DEV_TOP}\libgpg-error-0.dll"