lots of tweaks for versioning and extracting script.

This commit is contained in:
Bryce Covert
2015-10-28 18:28:29 -07:00
parent 34933312a2
commit 43661dbf29
12 changed files with 68 additions and 103 deletions

8
desktop/release.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
gawk -i inplace ' { print $1+1; } ' last-release
lein do clean, compile, uberjar
java -jar packr.jar build-windows.json
java -jar packr.jar build-osx.json
read -p "Steam pass: " STEAM_PASS
./content-builder/builder_osx/steamcmd.sh +login digitalbouncehouse $STEAM_PASS +run_app_build ../scripts/app_build_411610.vdf +quit