Skip to content

Commit 8a2a36e

Browse files
committed
Fix Windows codepath setting
1 parent 1768559 commit 8a2a36e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@
3232
"Category": "YTMD Encoder Remote",
3333
"CategoryIcon": "images/youtube-with-circle-category",
3434
"Icon": "images/youtube-with-circle-plugin",
35-
"CodePath": "streamdeck-ytmd-remote",
35+
"CodePathMac": "streamdeck-ytmd-remote",
36+
"CodePathWin": "streamdeck-ytmd-remote.exe",
3637
"Description": "A Plugin to control YTMD from your StreamDeck Plus",
3738
"Name": "YTMD Encoder Remote",
3839
"URL": "https://github.com/levindecaro/streamdeck-ytmd-remote",
39-
"Version": "1.0.0",
40+
"Version": "1.0.1",
4041
"OS": [
4142
{
4243
"Platform": "mac",

0 commit comments

Comments
 (0)