mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-24 21:04:57 +00:00
7 lines
246 B
Bash
7 lines
246 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
cd "$(dirname "$0")/.."
|
||
|
|
mkdir -p steampipe/built_vdfs steampipe/tmp
|
||
|
|
yarn gulp standalone.prepareVDF
|
||
|
|
steamcmd +login "$STEAM_UPLOAD_SHAPEZ_ID" $STEAM_UPLOAD_SHAPEZ_USER +run_app_build "$PWD/steampipe/built_vdfs/app-all.vdf" +quit
|