Created
November 9, 2015 03:56
-
-
Save opless/053bc5f96b5332914c25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#NB. only tested on UE 4.9 series. | |
#change these as appropriate. | |
export PROJECT_DIR=/path/to/your/project | |
export ACTION= | |
export PLATFORM_NAME=macosx | |
export CONFIGURATION=DebugGame | |
#probably could use a bit of tidying up | |
cd /Users/Shared/UnrealEngine/4.9 | |
/Users/Shared/UnrealEngine/4.9/Engine/Build/BatchFiles/Mac/RocketBuild.sh $ACTION ProjectEditor $PLATFORM_NAME $CONFIGURATION "$PROJECT_DIR/Project.uproject" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment