Skip to content

Commit d6c95b4

Browse files
committed
Update dist scripts
1 parent 4e26a89 commit d6c95b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/osx/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ mkdir deploy/usr/share/applications;
1010
find . \( -name "moc_*" -or -name "*.o" -or -name "qrc_*" -or -name "Makefile*" -or -name "*.a" \) -exec rm {} \;
1111
cp -R core/* desktop/* deploy/usr/bin
1212
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH;
13-
macdeployqt deploy/usr/bin/desktop.app -libpath core/
13+
macdeployqt deploy/usr/bin/desktop.app -libpath=$BUILD_DIR/core
1414
tree

0 commit comments

Comments
 (0)