-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commiting updates... not sure what this will break so please use the …
…release version if downloading the plugin
- Loading branch information
1 parent
e50a6fc
commit bc3766a
Showing
24 changed files
with
2,158 additions
and
0 deletions.
There are no files selected for viewing
Binary file removed
BIN
-18.8 MB
Release/com.koltenfluckiger.streamdeck-python-plugin.streamDeckPlugin
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.