Use bundle id instead of package name for the macOS preview as filename is now changed

This commit is contained in:
Alex Samorukov
2020-01-14 22:17:09 +00:00
parent ad5d360654
commit 29103cdc3c

View File

@@ -11,7 +11,7 @@ INTROSPECTION_COMPILER_ARGS = \
--includedir=../gdk
if USE_QUARTZ
GTK_PRINT_PREVIEW_COMMAND="open -a /Applications/Preview.app %f"
GTK_PRINT_PREVIEW_COMMAND="open -b com.apple.Preview %f"
else
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f"
endif