mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[Mac] Fixed invocation of create_dmg.sh in macdeploy.sh
This commit is contained in:
parent
8a0b6f0d10
commit
9fcadd50ea
|
@ -3,7 +3,6 @@
|
|||
BUNDLE_PATH=bin
|
||||
test -d bin || BUNDLE_PATH=../bin
|
||||
|
||||
|
||||
echo "We just want to make sure it's not in use"
|
||||
hdiutil detach /tmp/tmp-release-qupzilla
|
||||
|
||||
|
|
|
@ -36,5 +36,6 @@ done
|
|||
$MACDEPLOYQT QupZilla.app
|
||||
|
||||
# create final dmg image
|
||||
cd ../scripts
|
||||
./create_dmg.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user