1
1
mirror of https://github.com/rsms/inter.git synced 2025-01-07 08:46:28 +03:00

makefile: select zip file in finder after making the zip (only on macos)

This commit is contained in:
Rasmus Andersson 2018-09-25 06:58:10 -07:00
parent a111f00803
commit f37ca48b87

View File

@ -189,6 +189,7 @@ build/release/Inter-UI-%.zip: build/tmp/a.zip
@mkdir -p "$(shell dirname "$@")"
@mv -f "$<" "$@"
@echo write "$@"
@sh -c "if [ -f /usr/bin/open ]; then /usr/bin/open --reveal '$@'; fi"
zip: ${ZIP_FILE_DEV}
zip_dist: pre_dist test ${ZIP_FILE_DIST}