From 559451157c956de0d15578047c680b8669586d98 Mon Sep 17 00:00:00 2001 From: Kofi Gumbs Date: Fri, 7 Jul 2023 16:10:37 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5c85b0..2b75819 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GITHUB_USER:=kofigumbs SWIFT_ARCH:= SWIFT_CONFIGURATION:=debug SWIFT_BUILD_PATH:=.build/debug -VERSION=$(shell grep CFBundleVersion Multi.app/Contents/Info.plist | grep -o '\d\.\d\.\d') +VERSION=$(shell plutil -extract CFBundleVersion raw Multi.app/Contents/Info.plist ) .PHONY: Multi.app Multi.app: Multi.app/Contents/MacOS Multi.app/Contents/MacOS/Preferences Multi.app/Contents/Resources/Runtime Multi.app/Contents/Resources/blocklist.json