fix path to python script

This commit is contained in:
bumbread 2022-07-02 18:22:38 +11:00
parent e043976466
commit f1319e6f1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
@echo off
setlocal enabledelayedexpansion
if not exist src\code\unicode\unicode_data.h (
py src\code\unicode\unicode_compile.py
if not exist src\code\unicode\data.h (
py src\code\unicode\compile.py
)
set PLATFORM=win