doc/builds.md in power_stencil-0.4.16 vs doc/builds.md in power_stencil-0.4.17
- old
+ new
@@ -242,9 +242,11 @@
:process: "./main.sh"
```
It creates a `process_descriptor` entity (which is referenced from the `simple_exec` entity as the `post_process` field). So you can edit this process descriptor and define there whatever executable you want to be called.
+:information_source: If you are using Windows you may want to rename `main.sh` to `main.bat` and edit the `process_descriptor/simple_exec_example.process` to change the process to `main.bat`.
+
This should already cover 95% of everything needed.
If you want to do something more custom after the build process completed, this is where you will have to do a [plugin][plugins].
[:back:][Documentation root]
\ No newline at end of file