/[svn]/misc/trunk/win32_installer/copy-files-to-bin.sh
ViewVC logotype

Diff of /misc/trunk/win32_installer/copy-files-to-bin.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3011 by persson, Wed Oct 12 05:19:04 2016 UTC revision 3022 by persson, Sun Oct 23 10:25:33 2016 UTC
# Line 1  Line 1 
1  #!/bin/sh -ex  #!/bin/bash -ex
2    
3  # This script is primarily made for the linuxsampler build server. It  # This script is primarily made for the linuxsampler build server. It
4  # copies all files to be included in the installer from the  # copies all files to be included in the installer from the
# Line 68  cd $DIST Line 68  cd $DIST
68  (cd $WIN ; tar cf - \  (cd $WIN ; tar cf - \
69      share/locale/de/LC_MESSAGES/gigedit.mo \      share/locale/de/LC_MESSAGES/gigedit.mo \
70      share/locale/sv/LC_MESSAGES/gigedit.mo) | tar xf -      share/locale/sv/LC_MESSAGES/gigedit.mo) | tar xf -
71  cd $WIN/qt/bin  cd $MINGW/share/qt5/translations
72  cp QtCore4.dll QtGui4.dll mingwm10.dll $DIST  cp qt{,base,script,quick1,multimedia,xmlpatterns}_{cs,ru}.qm $DIST/share/locale
 cd $WIN/qt/translations  
 cp qt_ru.qm qt_cs.qm $DIST/share/locale  
73  cd $WIN/share/locale  cd $WIN/share/locale
74  cp qsampler_ru.qm qsampler_cs.qm $DIST/share/locale  cp qsampler_{cs,ru}.qm $DIST/share/locale
75  cd $WIN/share  cd $WIN/share
76  cp qsampler.version gigedit.version $DIST  cp qsampler.version gigedit.version $DIST
77  cd $WIN/lib/pkgconfig  cd $WIN/lib/pkgconfig

Legend:
Removed from v.3011  
changed lines
  Added in v.3022

  ViewVC Help
Powered by ViewVC