From 3d59e07ab02471148493b2db73275cd387a6a8d2 Mon Sep 17 00:00:00 2001 From: Smokie <29041430+smokes@users.noreply.github.com> Date: Fri, 29 Mar 2019 18:36:10 +0100 Subject: [PATCH] Added InDesign metadata (hopefully it works) --- meta.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta.json b/meta.json index ab0a524..3ea8353 100644 --- a/meta.json +++ b/meta.json @@ -36,10 +36,12 @@ "smallText": "Reading" }, { - "processName": "lightroomcc.exe", - "largeImageKey": "lightroom_large", - "smallImageKey": "lightroom_small", - "largeText": "Adobe Acrobat", + "processName": "indesign.exe", + "splitBy": " @ ", + "splitIndex": 0, + "largeImageKey": "indesign_large", + "smallImageKey": "indesign_small", + "largeText": "Adobe InDesign", "smallText": "Editing" } ] \ No newline at end of file