We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a26c08 commit e6e0128Copy full SHA for e6e0128
docs/Adding pluginval to CI.md
@@ -36,3 +36,10 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
36
> pluginval.exe --validate-in-process --output-dir "./bin" --validate "<path_to_plugin>"
37
> if %ERRORLEVEL% neq 0 exit /b 1
38
```
39
+
40
+*Alternatively you can use these URL for each of the platforms:*
41
+```
42
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_macOS.zip
43
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Linux.zip
44
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Windows.zip
45
0 commit comments