mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-12 21:22:55 -07:00
Delete servatrice/scripts/mk_pypb.sh (#6267)
See https://github.com/Cockatrice/Cockatrice/pull/6212#issuecomment-3447840864
This commit is contained in:
@@ -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"
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user