Fix missing qt plugins in macOS travis-ci build (#225)

This commit is contained in:
Jonas Kvinge
2019-07-20 15:23:22 +02:00
committed by GitHub
parent 02794e0ebd
commit 31fc031267
4 changed files with 27 additions and 15 deletions

View File

@@ -21,4 +21,4 @@ rm -f "$output_file"
mkdir -p "$temp_dir"
create-dmg --volname "$name" --background ../dist/macos/dmg_background.png --app-drop-link 450 218 --icon $bundle_dir 150 218 --window-size 600 450 $output_file $bundle_dir
/usr/local/bin/create-dmg --volname "$name" --background "@CMAKE_SOURCE_DIR@/dist/macos/dmg_background.png" --app-drop-link 450 218 --icon $bundle_dir 150 218 --window-size 600 450 $output_file $bundle_dir