Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 310 Bytes

README_CLIENT.md

File metadata and controls

15 lines (7 loc) · 310 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