makefile: select zip file in finder after making the zip (only on macos)
This commit is contained in:
parent
a111f00803
commit
f37ca48b87
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -189,6 +189,7 @@ build/release/Inter-UI-%.zip: build/tmp/a.zip
|
||||||
@mkdir -p "$(shell dirname "$@")"
|
@mkdir -p "$(shell dirname "$@")"
|
||||||
@mv -f "$<" "$@"
|
@mv -f "$<" "$@"
|
||||||
@echo write "$@"
|
@echo write "$@"
|
||||||
|
@sh -c "if [ -f /usr/bin/open ]; then /usr/bin/open --reveal '$@'; fi"
|
||||||
|
|
||||||
zip: ${ZIP_FILE_DEV}
|
zip: ${ZIP_FILE_DEV}
|
||||||
zip_dist: pre_dist test ${ZIP_FILE_DIST}
|
zip_dist: pre_dist test ${ZIP_FILE_DIST}
|
||||||
|
|
|
||||||
Reference in a new issue