aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/Support/CopyRootFiles-osx.command
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-11-28 16:33:34 +0100
committerMemphiz <memphis@machzwo.de>2015-12-12 11:49:40 +0100
commit44f1b1b4076445eae9abd31a8c2e596101fb1b60 (patch)
tree279e5d323d78b5db6361b8c2cfb427f9cf7f2eac /tools/darwin/Support/CopyRootFiles-osx.command
parent037ceece43f724b239cb682dca26b5dd73534545 (diff)
[codeshuffle] - moved AutoPool, DarwinUtils and GNUOsxReplacements to darwin platform
Diffstat (limited to 'tools/darwin/Support/CopyRootFiles-osx.command')
-rwxr-xr-xtools/darwin/Support/CopyRootFiles-osx.command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/CopyRootFiles-osx.command b/tools/darwin/Support/CopyRootFiles-osx.command
index db2ea8eb41..236601ed83 100755
--- a/tools/darwin/Support/CopyRootFiles-osx.command
+++ b/tools/darwin/Support/CopyRootFiles-osx.command
@@ -29,7 +29,7 @@ mkdir -p "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/$APP_NAME/tools/darw
mkdir -p "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/$APP_NAME/extras/user"
${SYNC} "$SRCROOT/LICENSE.GPL" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/"
-${SYNC} "$SRCROOT/xbmc/osx/Credits.html" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/"
+${SYNC} "$SRCROOT/xbmc/platform/darwin/Credits.html" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/"
${SYNC} "$SRCROOT/tools/darwin/runtime" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/$APP_NAME/tools/darwin"
${ADDONSYNC} "$SRCROOT/addons" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/$APP_NAME"
${SYNC} "$SRCROOT/media" "$TARGET_BUILD_DIR/$TARGET_NAME/Contents/Resources/$APP_NAME"