From: Ben Soares Date: Thu, 22 Jun 2023 15:06:40 +0000 (+0100) Subject: JAL-4001 Added 'installation' property. X-Git-Tag: Release_2_11_4_0~260^2~9 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=18615246e3b259faacbc97d97a34a72ef600195b;p=jalview.git JAL-4001 Added 'installation' property. --- diff --git a/src/jalview/analytics/Plausible.java b/src/jalview/analytics/Plausible.java index daf2d9a..1f2754e 100644 --- a/src/jalview/analytics/Plausible.java +++ b/src/jalview/analytics/Plausible.java @@ -85,6 +85,12 @@ public class Plausible System.getProperty("os.arch") + " " + System.getProperty("os.name") + " " + System.getProperty("os.version")); + String installation = Cache.applicationProperties + .getProperty("INSTALLATION"); + if (installation != null) + { + defaultProps.put("installation", installation); + } // ascertain the API_BASE_URL API_BASE_URL = getAPIBaseURL();