Skip to content

Commit fac9d82

Browse files
committed
Update package filename typo
1 parent fe8fe6d commit fac9d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ temp = /private/tmp/$(identifier)
88
version = $(shell mist --version | awk '{ print $$1 }')
99
min_os_version = 10.15
1010
package_dir = build
11-
package = $(package_dir)/mist-cli $(version).pkg
11+
package = $(package_dir)/mist-cli.$(version).pkg
1212

1313
build:
1414
swift build --configuration release --arch arm64 --arch x86_64

0 commit comments

Comments
 (0)