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.counter.sdPlugin"
LOGDIR = "$(APPDATA)\Elgato\StreamDeck\logs"
.PHONY: test install build logs
@ -18,4 +17,4 @@ install: build
cp *.exe $(INSTALLDIR)
logs:
tail -f $(LOGDIR)/counter.log
tail -f "$(TMP)"/streamdeck-counter.log*