Tweak the packaging scripts. Add a starting point for the uploader.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user