Tweak the packaging scripts. Add a starting point for the uploader.

This commit is contained in:
Paul Chote
2010-11-21 13:06:38 +13:00
parent dba7335594
commit 5764bc1c1c
5 changed files with 34 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
# OpenRA Package uploader script
# Usage: uploader.sh <platform> <version string> <package file>
# Will upload as user openra and prompt for a password if it's not defined in ~/.netrc
# Usage: uploader.sh <platform> <version string> <filename> <ftp path> <username> <password>
PLATFORM=$1
VERSION=$2