Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DMXControl/DMXCPluginLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxe2 committed May 19, 2023
2 parents 1ee5f99 + 38b399c commit 5f964e8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pluginlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: github pages

on:
push:
branch:
branches:
- 'main'

jobs:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/
path: dist/
17 changes: 17 additions & 0 deletions plugins/3dconnexion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "3Dconnexion Plugin",
"author":"Arne Lüdtke (DMXControl)",
"short-desc": "DMXControl 3.x Plugin to control DMXControl3.x with 3Dconnexion devices.",
"desc": "This plugin allows you to control DMXControl3.x with 3Dconnexion devices.",
"license": "MIT",
"url": "https://github.com/DMXControl/3Dconnexion-dmxc3-plugin",
"icon-url": "https://raw.githubusercontent.com/DMXControl/3Dconnexion-dmxc3-plugin/master/3DxIcon.png",
"versions": [
{
"version": "3.2.3 - 1.0",
"dmxc-version": ["3.2.3"],
"url": "https://github.com/DMXControl/3Dconnexion-dmxc3-plugin/releases/download/v3.2.3/Lumos3DconnexionPlugin.zip",
"hash": "$SHA256$5D7D06A792C87AE40EA89E536E89E9B47567682C3C81A2F2989672C1A8C5F8DA"
}
]
}

0 comments on commit 5f964e8

Please sign in to comment.