From 9aea138a5c1e68a6d163068f03e4ecc14979e669 Mon Sep 17 00:00:00 2001 From: Daniel Prows Date: Thu, 10 Aug 2023 14:17:32 -0600 Subject: [PATCH] fix makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 15b698f..a93caa6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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