From bf6a63cb4f9cec2a656012b512d6bb4d56e5d903 Mon Sep 17 00:00:00 2001 From: Fritz Lin Date: Sun, 13 Sep 2015 16:07:12 +0800 Subject: [PATCH] Apply full-capture in Mac for consistency --- lib/capture_exec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capture_exec.js b/lib/capture_exec.js index 0f7face..7bd6148 100644 --- a/lib/capture_exec.js +++ b/lib/capture_exec.js @@ -10,7 +10,7 @@ function captureCommand(path) { case 'win32': return '"' + nircmdc + '" savescreenshot ' + path case 'darwin': - return 'screencapture -i ' + path + return 'screencapture ' + path case 'linux': return 'import ' + path default: