Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
boussaffawalid committed Dec 16, 2016
1 parent 123ca6b commit a1c0e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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/bin;C:/MinGW/bin/'
- 'set PATH=%PATH%;%cd%\gettext\bin;C:/MinGW/bin/'
- 'msgunfmt -V'
- 'strip.exe -V'
- '%make% -C po local'
Expand Down
2 changes: 1 addition & 1 deletion windows/setup_py2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def run_cmd(cmd):

logger.info('Checking for Linux-only cleaners')
if os.path.exists( 'dist\\share\\cleaners\\wine.xml'):
run_cmd( 'grep -l os=.linux. dist/share/cleaners/*xml | xargs rm -f' )
run_cmd( 'powershell.exe grep -l os=.linux. dist/share/cleaners/*xml | xargs rm -f' )



Expand Down

0 comments on commit a1c0e8e

Please sign in to comment.