Skip to content

Commit bc3766a

Browse files
Commiting updates... not sure what this will break so please use the release version if downloading the plugin
1 parent e50a6fc commit bc3766a

24 files changed

+2158
-0
lines changed
Binary file not shown.

Sources/images/plugin.ico

131 KB
Binary file not shown.

Sources/images/plugin.png

5.32 KB
Loading

Sources/images/[email protected]

13 KB
Loading

Sources/images/[email protected]

14 KB
Loading

Sources/manifest.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"Actions": [
3+
{
4+
"Icon": "images/plugin",
5+
"Name": "Execute Python File",
6+
"States": [
7+
{
8+
"Image": "images/plugin",
9+
"TitleAlignment": "middle",
10+
"FontSize": "16"
11+
}
12+
],
13+
"SupportedInMultiActions": false,
14+
"Tooltip": "",
15+
"UUID": "com.koltenfluckiger.executescript.action1"
16+
}
17+
],
18+
"SDKVersion": 2,
19+
"Author": "Kolten Fluckiger",
20+
"CodePathWin": "plugin/binaries/koltenfluckiger.streamdeck-python-plugin.exe",
21+
"CodePathMac": "plugin/binaries/koltenfluckiger.streamdeck-python-plugin",
22+
"PropertyInspectorPath": "pi/index.html",
23+
"Description": "Execute Python Scripts in the background",
24+
"Name": "streamdeck-python-plugin",
25+
"Icon": "images/plugin",
26+
"Category": "Python Plugin",
27+
"CatagoryIcon": "images/plugin",
28+
"URL": "https://github.com/koltenfluckiger/com.koltenfluckiger.streamdeck-python-plugin.sdPlugin",
29+
"Version": "1.2",
30+
"OS": [
31+
{
32+
"Platform": "mac",
33+
"MinimumVersion" : "10.11"
34+
},
35+
{
36+
"Platform": "windows",
37+
"MinimumVersion" : "10"
38+
}
39+
],
40+
"Software":
41+
{
42+
"MinimumVersion" : "4.1"
43+
}
44+
}

0 commit comments

Comments
 (0)