chore(build): 修复构建脚本中 game.db 路径不正确的问题
This commit is contained in:
parent
e0daedd37c
commit
80cb5288d2
4
justfile
4
justfile
|
@ -87,8 +87,8 @@ extract-game-data:
|
|||
Write-Host "Game data needs update. Extracting..."
|
||||
|
||||
$currentHash | Out-File -FilePath $hashFile
|
||||
rm .\kotonebot\tasks\resources\game.db
|
||||
python .\tools\db\extract_schema.py -i .\submodules\gakumasu-diff -d .\kotonebot\tasks\resources\game.db
|
||||
rm .\kotonebot\kaa\resources\game.db
|
||||
python .\tools\db\extract_schema.py -i .\submodules\gakumasu-diff -d .\kotonebot\kaa\resources\game.db
|
||||
python .\tools\db\extract_resources.py
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue