mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-22 20:04:38 +00:00
7 lines
246 B
Bash
Executable File
7 lines
246 B
Bash
Executable File
#!/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
|