Rename tracker file from .spc-tracker.json to .build.json

This commit is contained in:
crazywhalecc
2026-02-26 15:45:16 +08:00
parent 08595cca73
commit 0f012f267b

View File

@@ -15,7 +15,7 @@ class BuildRootTracker
/** @var array<string, array{package: string, type: string, files: array<string>}> Tracking data */
protected array $tracking_data = [];
protected static string $tracker_file = BUILD_ROOT_PATH . '/.spc-tracker.json';
protected static string $tracker_file = BUILD_ROOT_PATH . '/.build.json';
protected ?DirDiff $current_diff = null;