Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Sep 27, 2023
1 parent 0b376ba commit 5a00fc1
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 @@ -6,7 +6,7 @@ source = .build/apple/Products/release/$(binary)
destination = /usr/local/bin/$(binary)
temp = /private/tmp/$(identifier)
version = $(shell mist --version | head -n 1 | awk '{ print $$1 }')
min_os_version = 10.15
min_os_version = 11.0
package_dir = build
package = $(package_dir)/mist-cli.$(version).pkg

Expand Down

0 comments on commit 5a00fc1

Please sign in to comment.