Skip to content

Commit

Permalink
Fixing Linux file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc M committed Aug 17, 2020
1 parent c21786f commit 92365d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export PATH=$QTDIR/bin:$QT_CREATOR:$PATH;
export QT_PLUGIN_PATH=$PWD/qt5/plugins;
$QTDIR/bin/qmake QTC_SOURCE=./qt-creator-opensource-src-${QTC_VERSION}.0 QTC_BUILD=./Tools/QtCreator GitQlientPlugin.pro
make -j 4
cp -v Tools/QtCreator/lib/qtcreator/plugins/libGitQlientPlugin.so libGitQlientPlugin${PLUGIN_VERSION}-qtc${QTC_VERSION}.so
cp -v Tools/QtCreator/lib/qtcreator/plugins/libGitQlientPlugin.so libGitQlientPlugin_${PLUGIN_VERSION}-qtc${QTC_VERSION}.so

0 comments on commit 92365d3

Please sign in to comment.