Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 452 Bytes

File metadata and controls

18 lines (9 loc) · 452 Bytes

Extender Client

There is a client part of the Extender code which is used in Bob.jar.

  1. Build the client
$ cd client
$ ../gradlew build
  1. Copy the client to Bob
$ cp -v ./build/libs/extender-client-0.0.1.jar <defold>/com.dynamo.cr/com.dynamo.cr.common/ext/extender-client-0.0.1.jar

The client can report live build progress through an ExtenderProgressListener - see README_BUILD_PROGRESS.md.