We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8fe6d commit fac9d82Copy full SHA for fac9d82
1 file changed
Makefile
@@ -8,7 +8,7 @@ temp = /private/tmp/$(identifier)
8
version = $(shell mist --version | awk '{ print $$1 }')
9
min_os_version = 10.15
10
package_dir = build
11
-package = $(package_dir)/mist-cli $(version).pkg
+package = $(package_dir)/mist-cli.$(version).pkg
12
13
build:
14
swift build --configuration release --arch arm64 --arch x86_64
0 commit comments