mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Delete servatrice/scripts/mk_pypb.sh (#6267)
See https://github.com/Cockatrice/Cockatrice/pull/6212#issuecomment-3447840864
This commit is contained in:
parent
3ae4a7d8a7
commit
aa61032cdf
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
SRC_DIR=../../common/pb/
|
|
||||||
DST_DIR=./pypb
|
|
||||||
|
|
||||||
rm -rf "$DST_DIR"
|
|
||||||
mkdir -p "$DST_DIR"
|
|
||||||
protoc -I=$SRC_DIR --python_out=$DST_DIR $SRC_DIR/*.proto
|
|
||||||
touch "$DST_DIR/__init__.py"
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue