Additions for client side dev

This commit is contained in:
ycc
2022-10-29 20:07:35 +02:00
parent 279d5d2257
commit 7fe7892764
5 changed files with 61 additions and 6 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
protoc -I=. --go_out=.. messages.proto
mv ../forge.redroom.link/yves/meowlib/messages.pb.go ../
rm -rf ../forge.redroom.link
rm -rf ../forge.redroom.link
protoc -I=. --dart_out=../../../flutter/meowlib/lib/ messages.proto