generated from amasson/UnrealEngineProject
Initial commit
This commit is contained in:
7
Cmd/build.sh
Executable file
7
Cmd/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
PROJECT_NAME=$(find . -name "*.uproject" -exec basename {} .uproject \;)
|
||||
|
||||
Build.sh ${PROJECT_NAME}Editor Linux Development /home/amasson/Documents/Work/TalentH/$PROJECT_NAME/$PROJECT_NAME.uproject -waitmutex
|
||||
Reference in New Issue
Block a user