Skip to content

Commit

Permalink
Switch the Workshop release buildbot script over to the correct UGC I…
Browse files Browse the repository at this point in the history
…D so that it updates the actual TLD entry in the site, instead of the test thingie.
  • Loading branch information
Swyter committed May 19, 2017
1 parent efbfab0 commit 585fbbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.workshop.sh
Expand Up @@ -79,30 +79,30 @@ _fold_start_ "[Packaging and stripping revision $SVNREV into a Steam Workshop bu
rm -rf .git

# add a watermark to make it clear that this is not the official build
convert main.bmp -gravity center -pointsize 30 -fill red -stroke darkred -annotate -10 '(TEST THINGIE)' -type truecolor main.bmp
#convert main.bmp -gravity center -pointsize 30 -fill red -stroke darkred -annotate -10 '(TEST THINGIE)' -type truecolor main.bmp

_fold_final_


_fold_start_ '[Final Workshop tree view]'
ls -lash
#tree .
#tree .

_fold_final_


_fold_start_ '[Deploying Steam Workshop build]'

CONT_FLDR='The Last Days of the Third Age (TEST THINGIE)'
CONT_FLDR='The Last Days of the Third Age' # (TEST THINGIE)'

cd .. && mv tldmod "$CONT_FLDR"

echo '"workshopitem" ' > workshop_entry.vdf
echo '{ ' >> workshop_entry.vdf
echo ' "appid" "48700" ' >> workshop_entry.vdf
echo ' "publishedfileid" "742666341" ' >> workshop_entry.vdf
echo ' "publishedfileid" "299974223" ' >> workshop_entry.vdf
echo " \"contentfolder\" \"$CONT_FLDR\" " >> workshop_entry.vdf
# echo " \"changenote\" \"$WORKSHOP_DESC\" " >> workshop_entry.vdf
#echo " \"changenote\" \"$WORKSHOP_DESC\" " >> workshop_entry.vdf
echo " \"changenote\" \"r$SVNREV - r$PREREV\" " >> workshop_entry.vdf
echo '} ' >> workshop_entry.vdf

Expand Down

0 comments on commit 585fbbc

Please sign in to comment.