2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00

Really added transations to windows installer

This commit is contained in:
Arseniy Lartsev 2020-09-08 12:54:44 +02:00
parent da88896645
commit d9e3222b62
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,6 @@
rm -f $1
for lang in `cat $(dirname $0)/LINGUAS`; do
echo File /nonfatal \"/oname=$lang\\LC_MESSAGES\\telegram-purple.mo\" \"\${BUILD_DIR}\\$lang.gmo\" >>$1
echo SetOutPath \"\$PidginDir\\locale\\$lang\\LC_MESSAGES\" >>$1
echo File /nonfatal \"/oname=\${PRODUCT_NAME}.mo\" \"\${BUILD_DIR}\\$lang.gmo\" >>$1
done

View File

@ -73,7 +73,6 @@ Section "MainSection" SEC01
Abort "Installation of ${PRODUCT_NAME} aborted"
after_copy:
SetOutPath "$PidginDir\locale"
!include "${BUILD_DIR}\lang.nsi"
SectionEnd