Skip to content

Commit

Permalink
Commiting updates... not sure what this will break so please use the …
Browse files Browse the repository at this point in the history
…release version if downloading the plugin
  • Loading branch information
koltenfluckiger committed May 3, 2023
1 parent e50a6fc commit bc3766a
Show file tree
Hide file tree
Showing 24 changed files with 2,158 additions and 0 deletions.
Binary file not shown.
Binary file added Sources/images/plugin.ico
Binary file not shown.
Binary file added Sources/images/plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sources/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Sources/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions Sources/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"Actions": [
{
"Icon": "images/plugin",
"Name": "Execute Python File",
"States": [
{
"Image": "images/plugin",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "",
"UUID": "com.koltenfluckiger.executescript.action1"
}
],
"SDKVersion": 2,
"Author": "Kolten Fluckiger",
"CodePathWin": "plugin/binaries/koltenfluckiger.streamdeck-python-plugin.exe",
"CodePathMac": "plugin/binaries/koltenfluckiger.streamdeck-python-plugin",
"PropertyInspectorPath": "pi/index.html",
"Description": "Execute Python Scripts in the background",
"Name": "streamdeck-python-plugin",
"Icon": "images/plugin",
"Category": "Python Plugin",
"CatagoryIcon": "images/plugin",
"URL": "https://github.com/koltenfluckiger/com.koltenfluckiger.streamdeck-python-plugin.sdPlugin",
"Version": "1.2",
"OS": [
{
"Platform": "mac",
"MinimumVersion" : "10.11"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"Software":
{
"MinimumVersion" : "4.1"
}
}
Loading

0 comments on commit bc3766a

Please sign in to comment.