diff options
author | Andrey Filipenkov <decapitator@ukr.net> | 2020-12-18 19:53:58 +0300 |
---|---|---|
committer | Andrey Filipenkov <decapitator@ukr.net> | 2020-12-19 00:27:34 +0300 |
commit | c648f76bb5d4407904ef8b6a899c2d1d02ba896d (patch) | |
tree | 59f06c197143166391b118aba5afc6e627c52fa0 /tools/darwin | |
parent | 30abc954c733f4f9b56b904a6e2dcaa982dcba8d (diff) |
[macos][packaging] include only darwin settings files
Diffstat (limited to 'tools/darwin')
-rwxr-xr-x | tools/darwin/Support/CopyRootFiles-osx.command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/CopyRootFiles-osx.command b/tools/darwin/Support/CopyRootFiles-osx.command index 76250ea035..f7be7cda82 100755 --- a/tools/darwin/Support/CopyRootFiles-osx.command +++ b/tools/darwin/Support/CopyRootFiles-osx.command @@ -43,7 +43,7 @@ ${SYNC} "$SRCROOT/addons/skin.estuary/resources" "$TARGET_PATH/addons/skin.estua ${SYNCSKIN} "$SRCROOT/addons/skin.estouchy" "$TARGET_PATH/addons" ${SYNC} "$SRCROOT/addons/skin.estouchy/background" "$TARGET_PATH/addons/skin.estouchy" ${SYNC} "$SRCROOT/addons/skin.estouchy/resources" "$TARGET_PATH/addons/skin.estouchy" -${SYNC} "$SRCROOT/system" "$TARGET_PATH" +${SYNC} --include 'settings/settings.xml' --include 'settings/darwin*' --exclude 'settings/*.xml' "$SRCROOT/system" "$TARGET_PATH" ${SYNC} "$SRCROOT/userdata" "$TARGET_PATH" # copy extra packages if applicable |