diff options
author | fuzzard <fuzzard@kodi.tv> | 2024-02-06 17:04:15 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2024-02-06 17:04:15 +1000 |
commit | 63df9fa19e43c1ce1a0b973399fc57db94766453 (patch) | |
tree | 9bb11bf295983d9bbd11f2c9db246856bba315da /tools/darwin/Support/CopyRootFiles-osx.command | |
parent | ca059b3c6cbb126d4e29a1e0586cc24c98185dce (diff) |
[skin] Remove estouchy from core
There have been a number of changes to skins, and estouchy has not been kept up to
date. At this point no one has shown interest to update it, so remove it for now.
Diffstat (limited to 'tools/darwin/Support/CopyRootFiles-osx.command')
-rwxr-xr-x | tools/darwin/Support/CopyRootFiles-osx.command | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/darwin/Support/CopyRootFiles-osx.command b/tools/darwin/Support/CopyRootFiles-osx.command index e1a3a7c9bc..a6fc04a0a6 100755 --- a/tools/darwin/Support/CopyRootFiles-osx.command +++ b/tools/darwin/Support/CopyRootFiles-osx.command @@ -17,7 +17,7 @@ SYNC="rsync -aq --exclude .git* --exclude .DS_Store* --exclude *.dll --exclude * SYNCSKIN="rsync -aq --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude *.dll --exclude *.DLL --exclude *linux.* --exclude *.png --exclude *.jpg --exclude *.bat" # rsync command for including everything but the skins -ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude .DS_Store* --exclude addons/skin.estuary --exclude addons/skin.estouchy" +ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude .DS_Store* --exclude addons/skin.estuary" BASE_TARGET_PATH="$TARGET_BUILD_DIR/Resources" TARGET_PATH="$BASE_TARGET_PATH/$APP_NAME" @@ -40,9 +40,6 @@ ${SYNC} "$SRCROOT/media" "$TARGET_PATH" ${SYNCSKIN} "$SRCROOT/addons/skin.estuary" "$TARGET_PATH/addons" ${SYNC} "$SRCROOT/addons/skin.estuary/extras" "$TARGET_PATH/addons/skin.estuary" ${SYNC} "$SRCROOT/addons/skin.estuary/resources" "$TARGET_PATH/addons/skin.estuary" -${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} --include 'settings/settings.xml' --include 'settings/darwin*' --exclude 'settings/*.xml' "$SRCROOT/system" "$TARGET_PATH" ${SYNC} "$SRCROOT/userdata" "$TARGET_PATH" |