Skip to content

Commit 875c911

Browse files
authored
More steam build script fixes (#113)
1 parent 2975b5d commit 875c911

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build_steam_release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ if [ -n "$(git status --porcelain)" ]; then
5959
fi
6060

6161
# Clear out any old builds
62-
rm -rf $STEAM_CONTENT_DIR_LINUX
63-
rm -rf $STEAM_CONTENT_DIR_WINDOWS
62+
rm -rf $STEAM_BUILD_DIR
6463

6564
# Setup the depot dirs
6665
mkdir -p $STEAM_CONTENT_DIR_LINUX
@@ -98,7 +97,6 @@ unzip $BUILD_DIR_WINDOWS/package/*.zip -d $STEAM_CONTENT_DIR_WINDOWS/
9897
# Setup steamworks depot build
9998
CMD=$0
10099
UNAME=$(uname -snmo || echo "uname:unknown")
101-
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD || echo "branch:unknown")
102100
GIT_TAG=$(git describe --tags --abbrev=0 || echo "tag:unknown")
103101
GIT_COMMIT=$(git rev-parse --short HEAD || echo "commit:unknown")
104102

0 commit comments

Comments
 (0)