Skip to content

Commit a720a63

Browse files
committed
update README
1 parent 2a99002 commit a720a63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# AddonDevRefresher
2+
3+
WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks mentioned herein are the property of their respective owners.
4+
5+
## About
6+
7+
This WebCTRL add-on [(download link)](https://github.com/automatic-controls/addon-dev-refresh/releases/latest/download/AddonDevRefresher.addon) streamlines the development of other add-ons. Every 3 seconds, it checks for `*.update` files in the `./addons` folder of your WebCTRL server. If an `.update` file is found, it is renamed with extension `.addon`, replacing any existing `.addon` file. Add-ons are automatically disabled and re-enabled during updates.
8+
9+
It is recommended to use this add-on in your local development WebCTRL server. Then have your build script copy in-development add-ons to the `./addons` folder with an `.update` extension whenever your `deploy` task runs.
10+
11+
See [./deploy.bat](./deploy.bat) for an extension you can use with <https://github.com/automatic-controls/addon-dev-script>. If your WebCTRL server requires signed add-ons, download [*ACES.cer*](https://github.com/automatic-controls/addon-dev-script/blob/main/ACES.cer?raw=true) for authentication.

0 commit comments

Comments
 (0)