Mac: fix invocation of macdeployqt
This commit is contained in:
parent
e9ebb418f3
commit
38426b8a64
1 changed files with 1 additions and 1 deletions
|
@ -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}`
|
||||
|
|
Loading…
Add table
Reference in a new issue