forked from yuokamoto/rclUE-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage_project.sh
More file actions
executable file
·8 lines (6 loc) · 1.75 KB
/
package_project.sh
File metadata and controls
executable file
·8 lines (6 loc) · 1.75 KB
1
2
3
4
5
6
7
8
# devel package
../UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh -ScriptsForProject=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject BuildCookRun -nocompileeditor -nop4 -project=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject -cook -stage -archive -archivedirectory=/home/cconti/Desktop/rclUEExamplesPackaged_cmdline/ -package -ue4exe=/home/cconti/Rapyuta/UnrealEngine/Engine/Binaries/Linux/UE4Editor -ddc=DerivedDataBackendGraph -pak -prereqs -nodebuginfo -targetplatform=Linux -build -target=rclUEExamples -clientconfig=Development -utf8output
# test package
#../UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh -ScriptsForProject=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject BuildCookRun -nocompileeditor -nop4 -project=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject -cook -stage -archive -archivedirectory=/home/cconti/Desktop/rclUEExamplesPackaged_cmdline/ -package -ue4exe=/home/cconti/Rapyuta/UnrealEngine/Engine/Binaries/Linux/UE4Editor -ddc=DerivedDataBackendGraph -pak -prereqs -nodebuginfo -targetplatform=Linux -build -target=rclUEExamples -clientconfig=Test -utf8output
# shipping package, not working
#../UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh -ScriptsForProject=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject BuildCookRun -nocompileeditor -nop4 -project=/home/cconti/Rapyuta/rclUEExamples/rclUEExamples/rclUEExamples.uproject -cook -stage -archive -archivedirectory=/home/cconti/Desktop/rclUEExamplesPackaged_cmdline/ -package -ue4exe=/home/cconti/Rapyuta/UnrealEngine/Engine/Binaries/Linux/UE4Editor -ddc=DerivedDataBackendGraph -pak -prereqs -nodebuginfo -targetplatform=Linux -build -target=rclUEExamples -clientconfig=Shipping -utf8output