Add source hash comparator & refactor download lock

This commit is contained in:
crazywhalecc 2025-06-14 16:09:48 +08:00 committed by DubbleClick
parent 1c439a01a1
commit cb0a90d1d9

View File

@ -2,5 +2,7 @@
declare(strict_types=1);
putenv('SPC_IGNORE_BAD_HASH=yes');
require_once __DIR__ . '/../src/globals/internal-env.php';
require_once __DIR__ . '/mock/SPC_store.php';