create build ps1 script, adding builds of plugins to repo

This commit is contained in:
reven
2021-11-21 08:13:31 +13:00
parent 0f8c544436
commit 7dae762afe
7 changed files with 56 additions and 1 deletions

12
plugins.json Normal file
View File

@@ -0,0 +1,12 @@
[
{
"Name": "BasicNodes",
"Version": "0.0.1.1",
"Package": "https://github.com/revenz/FileFlowsPlugins/Builds/BasicNodes.zip?raw=true"
},
{
"Name": "VideoNodes",
"Version": "0.0.1.1",
"Package": "https://github.com/revenz/FileFlowsPlugins/Builds/VideoNodes.zip?raw=true"
}
]