macOS: Fix bundle structure in sample apps

This commit is contained in:
Marshall Greenblatt 2017-10-27 16:55:51 -04:00
parent 2a991c4018
commit c0182e05c3
1 changed files with 1 additions and 1 deletions

View File

@ -1548,7 +1548,7 @@ if (is_mac) {
]
outputs = [
"{{bundle_root_dir}}/Frameworks/{{source_file_part}}",
"{{bundle_contents_dir}}/Frameworks/{{source_file_part}}",
]
}