This is a simple extension that deploys a Roku channel to a specified Roku device.
This extension contributes the following settings:
roku-deploy.rokuAddress
: ip address of target Roku device.roku-deploy.rokuUserId
: user id for connecting in dev mode. Defaults to rokudevroku-deploy.rokuPassword
: user password for connecting in dev mode. Defaults to 1111roku-deploy.outputDirectory
: directory where the Roku package is emitted. Defaults to outroku-deploy.excludedPaths
: directories that will not be included in the package. Degaults to outroku-deploy.srcDirectory
: allows for setting a subfolder as the root source for the package. Defaults to src
Attempting to redeploy the same package will result in a failed deploy. Still working on getting the result back and raising a message that the deployed package is identical to that already on the machine.
First release
Initial release
Added default key binding ctrl+alt+shift+d
Added unit test running default binding ctrl+alt+shift+t
Added launch with proxy default binding ctrl_alt_shift+p NOTE: this requires code within the project to support proxying.