1
0
Fork 0

Mac: fix invocation of macdeployqt

This commit is contained in:
James Turner 2018-02-01 08:28:53 +00:00
parent e9ebb418f3
commit 38426b8a64

View file

@ -50,7 +50,7 @@ bundle=dmgDir + "/FlightGear.app"
# run macdeployt before we rename the bundle, otherwise it
# can't find the bundle executable
puts "Running macdeployqt on the bundle to copy Qt libraries"
`macdeployqt -qmldir #{qmlDir} #{$prefixDir}/fgfs.app`
`macdeployqt -qmldir=#{qmlDir} #{$prefixDir}/fgfs.app`
puts "Moving & renaming app bundle"
`mkdir -p #{dmgDir}`