Skip to content

Commit

Permalink
Adjusted init scripts for now. We'll re-evaluate them once we determi…
Browse files Browse the repository at this point in the history
…ne what we are doing with the protocols directory.
  • Loading branch information
HunterBarclay committed Jun 24, 2024
1 parent 747930d commit 15a08d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
git submodule update --init --recursive
cd protocols
call proto_compile.bat
cd ..\engine\EngineDeps
call setup.bat
cd ..\..\api
call build.bat
cd ..
5 changes: 0 additions & 5 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/bin/sh

./scripts/osx/resolve_deps.sh
git submodule update --init --recursive
cd protocols
./proto_compile.sh
cd ../engine/EngineDeps
./setup.sh
cd ../../api
./build.sh
cd ..

0 comments on commit 15a08d7

Please sign in to comment.