1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +01:00

macdeploy.sh: Fix library version number

This commit is contained in:
David Rosca 2016-04-03 11:10:39 +02:00
parent e5460538c8
commit 216622e618

View File

@ -6,7 +6,7 @@
# If path to macdeployqt is not specified, using it from PATH # If path to macdeployqt is not specified, using it from PATH
MACDEPLOYQT="macdeployqt" MACDEPLOYQT="macdeployqt"
LIBRARY_NAME="libQupZilla.1.dylib" LIBRARY_NAME="libQupZilla.2.dylib"
if [ -n "$1" ]; then if [ -n "$1" ]; then
MACDEPLOYQT=$1 MACDEPLOYQT=$1