Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Jul 7, 2023
1 parent 2af315d commit 5594511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5594511

Please sign in to comment.