Skip to content

Commit

Permalink
Merge pull request #12 from michaelabon/validate-per-sd-0.3.0-beta.6
Browse files Browse the repository at this point in the history
Validate manifest per streamdeck v0.3.0-beta.6
  • Loading branch information
michaelabon authored May 2, 2024
2 parents e9812b1 + a0052a0 commit 2f9d1a1
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 10 deletions.
1 change: 1 addition & 0 deletions ca.michaelabon.logitech-litra-lights.sdPlugin/.sdignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
logs/
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"Author": "Michael Abon",
"Category": "Logitech Litra",
"CategoryIcon": "icons/categoryIcon",
"CodePathMac": "build/streamdeck-logitech-litra",
"CodePath": "build/streamdeck-logitech-litra.exe",
"CodePathMac": "build/streamdeck-logitech-litra-lights",
"CodePath": "build/streamdeck-logitech-litra-lights.exe",
"Description": "Control your Logitech Litra Glow lights directly from the Stream Deck.",
"Icon": "icons/pluginIcon",
"Name": "Logitech Litra",
Expand All @@ -55,5 +55,6 @@
"MinimumVersion": "6.4"
},
"URL": "https://github.com/michaelabon/streamdeck-logitech-litra-lights",
"Version": "1.0.3"
"UUID": "ca.michaelabon.logitech-litra-lights",
"Version": "1.0.3.0"
}
Empty file.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Not a UUID, I know. Blame Elgato.
UUID := "ca.michaelabon.logitechlitra"
UUID := "ca.michaelabon.logitech-litra-lights"

GO := "go"
GOFLAGS := ""
PLUGIN := UUID + ".sdPlugin"
DISTRIBUTION_TOOL := "$HOME/.bin/DistributionTool"
TARGET := "build/streamdeck-logitech-litra"
TARGET := "build/streamdeck-logitech-litra-lights"

set windows-shell := ["powershell.exe", "-c"]

Expand Down
17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"scripts": {
"validate": "streamdeck validate"
},
"devDependencies": {
"@elgato/cli": "^0.2.0"
"@elgato/cli": "github:elgatosf/cli#v0.3.0-beta.6"
}
}

0 comments on commit 2f9d1a1

Please sign in to comment.