lots of tweaks for versioning and extracting script.
This commit is contained in:
8
desktop/release.sh
Executable file
8
desktop/release.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user