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:
parent
e5460538c8
commit
216622e618
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user