Skip to content

Commit

Permalink
Better error handling from Elgato JavaScript CLI.
Browse files Browse the repository at this point in the history
Issue #159
  • Loading branch information
pre-martin committed Nov 15, 2024
1 parent a32366a commit 234a199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion StreamDeckSimHub.Plugin/Bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ try {
Pushd ..\build
Rename-Item -Path "publish" -NewName "net.planetrenner.simhub.sdPlugin" -ErrorAction Stop

streamdeck validate net.planetrenner.simhub.sdPlugin
streamdeck bundle net.planetrenner.simhub.sdPlugin
if ($? -eq $False) {
Exit 1
}

Popd
}
Expand Down

0 comments on commit 234a199

Please sign in to comment.