Updated examples, added property inspector example to one

This commit is contained in:
Sam Rose
2019-07-16 20:57:16 +01:00
parent f3f3f4034c
commit 503477a3c3
7 changed files with 1656 additions and 21 deletions

View File

@ -1,7 +1,6 @@
GO = go
GOFLAGS =
INSTALLDIR = "$(APPDATA)\Elgato\StreamDeck\Plugins\dev.samwho.streamdeck.cpu.sdPlugin"
LOGDIR = "$(APPDATA)\Elgato\StreamDeck\logs"
.PHONY: test install build logs
@ -15,7 +14,9 @@ install: build
rm -rf $(INSTALLDIR)
mkdir $(INSTALLDIR)
cp *.json $(INSTALLDIR)
cp *.html $(INSTALLDIR)
cp *.css $(INSTALLDIR)
cp *.exe $(INSTALLDIR)
logs:
tail -f $(LOGDIR)/cpu.log
tail -f "$(TMP)"/streamdeck-cpu.log*