Skip to content

Commit

Permalink
Put specific release in streamdeck manifest.json
Browse files Browse the repository at this point in the history
Needed as we check for incompatible versions
  • Loading branch information
fredemmott committed Jun 27, 2020
1 parent dfac391 commit 9776a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion streamdeck-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"Author": "Fred Emmott",
"CodePath": "app.html",
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/latest to use this plugin.",
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v2.2.2 to use this plugin.",
"Name": "Streaming Remote",
"Icon": "plugin-icon",
"URL": "https://github.com/fredemmott/streaming-remote/",
Expand Down
2 changes: 1 addition & 1 deletion streamdeck-plugin/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"Author": "Fred Emmott",
"CodePath": "app.html",
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/latest to use this plugin.",
"Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v${CMAKE_PROJECT_VERSION} to use this plugin.",
"Name": "Streaming Remote",
"Icon": "plugin-icon",
"URL": "https://github.com/fredemmott/streaming-remote/",
Expand Down

0 comments on commit 9776a36

Please sign in to comment.