fix makefile

This commit is contained in:
Daniel Prows 2023-08-10 14:17:32 -06:00
parent f85551ae02
commit 9aea138a5c

View File

@ -4,7 +4,7 @@ INSTALLDIR = ~/Library/Application\ Support/com.elgato.StreamDeck/Plugins/com.dl
#SDPLUGINDIR = "./com.dlprows.macvolumecontrol.sdPlugin"
update:
killall Stream\ Deck.app || true
killall Stream\ Deck || true
go build -o $(INSTALLDIR) .
open -a Elgato\ Stream\ Deck