Skip to content

Commit

Permalink
Updated streamdeck-sdk version; Fixed a bug that prevented ready-made…
Browse files Browse the repository at this point in the history
… plugins from being updated or removed on Windows.
  • Loading branch information
gri-gus committed Sep 22, 2024
1 parent 868f234 commit 4763a85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ Later, the `main.py` file comes into play, which contains the plugin logic.

[streamdeck-python-sdk](https://github.com/gri-gus/streamdeck-python-sdk)

[streamdeck-python-sdk-pi](https://github.com/gri-gus/streamdeck-python-sdk-pi)

[streamdeck-javascript-sdk](https://github.com/elgatosf/streamdeck-javascript-sdk)
2 changes: 1 addition & 1 deletion com.ggusev.loremflickr.sdPlugin/code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ idna==3.8
pydantic==2.8.2
pydantic_core==2.20.1
requests==2.32.3
streamdeck-sdk==1.1.0
streamdeck-sdk==1.2.0
typing_extensions==4.12.2
urllib3==2.2.2
websockets==13.0.1
2 changes: 1 addition & 1 deletion com.ggusev.loremflickr.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Description": "Get images from LoremFlickr",
"Icon": "assets/plugin_icon",
"Name": "LoremFlickr",
"Version": "1.3.0",
"Version": "1.3.1",
"SDKVersion": 2,
"OS": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

from streamdeck_sdk.property_inspector import *
from streamdeck_sdk_pi import *

OUTPUT_DIR = Path(__file__).parent
TEMPLATE = Path(__file__).parent / "pi_template.html"
Expand Down

0 comments on commit 4763a85

Please sign in to comment.