cakefoot/src/steam_build.sh

11 lines
468 B
Bash

#!/bin/bash
unzip -d dist/ dist/Cakefoot-linux.zip
unzip -d dist/ dist/Cakefoot-win32.zip
unzip -d dist/ dist/Cakefoot-win64.zip
bash $HOME/ext/software/steamworks/sdk/tools/ContentBuilder/builder_linux/steamcmd.sh +login tarecontrol +run_app_build \
$(pwd)/src/steam_app_build.vdf +quit
mv dist/Cakefoot-linux /tmp && rm -rf /tmp/Cakefoot-linux
mv dist/Cakefoot-win32 /tmp && rm -rf /tmp/Cakefoot-win32
mv dist/Cakefoot-win64 /tmp && rm -rf /tmp/Cakefoot-win64