mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-10 05:18:30 +00:00
7 lines
258 B
Batchfile
7 lines
258 B
Batchfile
|
|
@echo off
|
|
REM Script to publish the horror-game project using spacetime
|
|
|
|
spacetime publish -c --project-path server horror-game-test -y
|
|
rm client\src\module_bindings\*
|
|
spacetime generate --lang rust --out-dir client/src/module_bindings --project-path server |