From 953b4df0cf7c8906c3832ac9539fd45953da037c Mon Sep 17 00:00:00 2001 From: Baldomo Date: Fri, 28 Jan 2022 19:09:26 +0100 Subject: [PATCH] Fixed Makefile indentation (because of course it would happen at some point) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b70721d..668b024 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build/linux.tar: build/linux/open-in-mpv build/mac/open-in-mpv.app: $(SRC) scripts/Info.plist builddir @# See https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html - @# and https://apple.stackexchange.com/questions/253184/associating-protocol-handler-in-mac-os-x + @# and https://apple.stackexchange.com/questions/253184/associating-protocol-handler-in-mac-os-x @echo -e "\n# Building MacOS app bundle" @mkdir -p $@/Contents env GOOS=darwin GOARCh=amd64 go build -ldflags="-s -w" -o $@/Contents/MacOS/open-in-mpv ./cmd/open-in-mpv