native-build.tar
. The generation can be done as follows:Operating System | Tool |
---|---|
Linux | cd path/to/gamedir tar cvf /var/tmp/native-build.tar . |
Windows | in PowerShell: cd path\\to\\gamedir tar -cvf C:\\temp\\native-build.tar . |
url
), ROCKIT Edge will download the native game build automatically. If the optional body request parameter size
is given, a simple file size check is executed after the download has concluded.url
body request parameter a temporary upload URL is returned in the response body. Upload the file to this URL using PUT.
GET /be/v1/apps
will show that the app is in an error state.GET /be/v1/tasks
can be used to inspect which task failed.PATCH /deployments
to update the deployment with the correct credentials.PATCH /apps
.GET /be/v1/tasks
shows the failed Download Tar Task (dltar).GET /be/v1/tasks/{taskId}
reveals:GET /be/v1/tasks
shows the failed Download Tar Task (dltar).GET /be/v1/tasks/{taskId}
reveals:GET /be/v1/tasks
shows the failed Make Raw Task.GET /be/v1/tasks/{taskId}
reveals:PATCH /be/v1/tasks
to mark them as acknowledged.apps.update