mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
removed migration runner from build script (#788)
This commit is contained in:
parent
c13937bd1f
commit
2bdbf129cf
2
build.sh
2
build.sh
@ -8,5 +8,3 @@ cmake ..
|
|||||||
# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8'
|
# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8'
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
# Run migrations
|
|
||||||
./MasterServer -m
|
|
||||||
|
Loading…
Reference in New Issue
Block a user