mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
修复一些小问题
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
@echo off
|
||||
set SOURCE_FOLDER=.
|
||||
for /f "delims=" %%i in ('dir /b "%SOURCE_FOLDER%\*.proto"') do (
|
||||
echo protoc -I . --go_out=. %%i
|
||||
protoc -I . --go_out=. %%i
|
||||
)
|
||||
echo ok
|
||||
pause
|
||||
Reference in New Issue
Block a user