Merge pull request #12600 from pchote/externalmods

Add support for switching to mods from other engine installations.
This commit is contained in:
reaperrr
2017-02-12 13:18:53 +01:00
committed by GitHub
19 changed files with 443 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# OpenRA packaging script for Mac OSX
LAUNCHER_TAG="osx-launcher-20161223"
LAUNCHER_TAG="osx-launcher-20170211"
if [ $# -ne "3" ]; then
echo "Usage: `basename $0` tag files-dir outputdir"