Pass Engine.LaunchPath from OSX launcher.

This commit is contained in:
Paul Chote
2017-02-11 16:45:09 +00:00
parent 8385207fba
commit 69a869fe43

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"