Skip to content

Commit

Permalink
add gettext to path
Browse files Browse the repository at this point in the history
  • Loading branch information
boussaffawalid committed Dec 16, 2016
1 parent 09e3c4e commit bec0101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ install:
- '%SZ_EXE% x upx392w.zip'
- ps: Start-FileDownload "http://github.com/mlocati/gettext-iconv-windows/releases/download/v0.19.8.1-v1.14/gettext0.19.8.1-iconv1.14-static-32.zip"
- '%SZ_EXE% x gettext0.19.8.1-iconv1.14-static-32.zip -ogettext'
- 'set PATH=%PATH%;%cd%/gettext'
- 'set PATH=%PATH%;%cd%/gettext/bin'
- 'msgunfmt -V'
- '%make% -C po local'
- ps: grep -l os=.linux. cleaners/*xml | xargs rm -f
- '%PYTHON_HOME%/python.exe windows/setup_py2exe.py'
Expand Down

0 comments on commit bec0101

Please sign in to comment.