Files
cocos/tools/sync-main-site-level-db.sh
2026-07-14 16:02:20 +08:00

5 lines
210 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# 已弃用:请用 sync-level-db.shCocos 权威)
# 本脚本转调 Cocos 导出,避免误从 Unity 覆盖地图数据。
exec "$(cd "$(dirname "$0")" && pwd)/sync-level-db.sh" "$@"