Mac: better macdeployqt fix

This commit is contained in:
James Turner 2018-02-01 09:31:09 +00:00
parent 38426b8a64
commit bc4bd61de6

View File

@ -49,8 +49,10 @@ bundle=dmgDir + "/FlightGear.app"
# run macdeployt before we rename the bundle, otherwise it # run macdeployt before we rename the bundle, otherwise it
# can't find the bundle executable # can't find the bundle executable
# also note if adding options here, the bundle path has to be
# the first argument to macdeployqt
puts "Running macdeployqt on the bundle to copy Qt libraries" puts "Running macdeployqt on the bundle to copy Qt libraries"
`macdeployqt -qmldir=#{qmlDir} #{$prefixDir}/fgfs.app` `macdeployqt #{$prefixDir}/fgfs.app -qmldir=#{qmlDir}`
puts "Moving & renaming app bundle" puts "Moving & renaming app bundle"
`mkdir -p #{dmgDir}` `mkdir -p #{dmgDir}`