Plugins
ToDesktop Exec
Bundle and execute exec files.
Installation
Install @todesktop/client-exec
in your client-side application using
Installation of the plugin package is also necessary. Using the ToDesktop Builder interface, navigate to Plugins. Click on the Explore button for "File Exec" and install the package.
Usage
subscribe
Listen to debug
, stdout
, or stderr
logs from your executable.
execute
Calling execute
will execute the file. Make sure to call subscribe
before execution if you would like to see the execution logs.