mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/bash
|
|
|
|
#delete old proto files
|
|
rm -rf ..\Proto\*.cs
|
|
#generate new proto files
|
|
|
|
cd OriginalProto
|
|
protoc ".\*" --csharp_out=..\..\Proto\ |