File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 echo "AFA latest tag: $tag"
8080 curl -fsSL "https://github.com/$repo/releases/download/$tag/AFA.exe" -o dist/aao.app/afa/AFA.exe
8181 curl -fsSL "https://raw.githubusercontent.com/$repo/$tag/LICENSE" -o dist/aao.app/afa/LICENSE || echo "[WARN] AFA LICENSE 未取到"
82+ - name : Sync game data
83+ run : uv run python -m aao.resources.syncer --remote
8284 - name : Stage external resources
8385 shell : bash
8486 run : |
Original file line number Diff line number Diff line change 6767 curl -fsSL "https://github.com/$repo/releases/download/$tag/AFA.exe" -o dist/aao.app/afa/AFA.exe
6868 curl -fsSL "https://raw.githubusercontent.com/$repo/$tag/LICENSE" -o dist/aao.app/afa/LICENSE || echo "[WARN] AFA LICENSE 未取到"
6969 ls -la dist/aao.app/afa/
70+ - name : Sync game data
71+ run : uv run python -m aao.resources.syncer --remote
7072 - name : Stage external resources
7173 shell : bash
7274 run : |
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ resource/base/model/ocr/
3131# Runtime config (calibration profiles, controller settings, ...)
3232config /
3333
34- # Generated game data (run: uv run python -m akop .resources.syncer)
34+ # Generated game data (run: uv run python -m aao .resources.syncer)
3535data /map /
36+ data /.battle_data.json
3637resource /base /image /avatar /
3738
3839# Reference projects (local clones, not part of this repo)
You can’t perform that action at this time.
0 commit comments