Skip to content

Commit e6e0128

Browse files
authored
Added some simpler URLs for getting the latest release
1 parent 6a26c08 commit e6e0128

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Adding pluginval to CI.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
3636
> pluginval.exe --validate-in-process --output-dir "./bin" --validate "<path_to_plugin>"
3737
> if %ERRORLEVEL% neq 0 exit /b 1
3838
```
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

Comments
 (0)