File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
installer/packages/qreal-base/ru.qreal.root/meta Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -o nounset
33set -o errexit
4-
4+ set -x
55cd " $( dirname " $0 " ) "
66
77
@@ -46,8 +46,10 @@ rsync -a "$QT_LIB"/Qt5Xml.dll "$PWD"/../d
4646rsync -a " $QT_LIB " /Qt5Script.dll " $PWD " /../data
4747rsync -a " $QT_LIB " /Qt5Test.dll " $PWD " /../data
4848rsync -a " $QT_LIB " /Qt5Concurrent.dll " $PWD " /../data
49- rsync -a " $QT_LIB " / " $PWD " /../data
50- rsync -a --ignore-missing-args " $QT_LIB " /{libgcc_s_* -1.dll,libwinpthread-1.dll,libstdc++-6.dll} " $PWD " /../data
49+ where \$ path:lib{gcc_s_,winpthread-,stdc\+\+ -}\*\. dll \
50+ | dos2unix \
51+ | xargs -rd \\ n cygpath -au \
52+ | rsync -a --no-relative --files-from=- / " $PWD " /../data
5153
5254rsync -a " $QT_LIB " /../plugins/platforms/q{windows,offscreen,minimal}.dll " $PWD " /../data/platforms
5355rsync -a " $QT_LIB " /../plugins/imageformats/qsvg.dll " $PWD " /../data/imageformats
You can’t perform that action at this time.
0 commit comments