From 69c7e60ac9e667dedb33eb8bfffad2581faf1db0 Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Fri, 11 Jun 2021 10:35:56 -0400 Subject: [PATCH 1/3] Recommend Microsoft OpenJDK More recognized as a trusted software vendor. --- commandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandbox.js b/commandbox.js index 8585e4b..f59ddfa 100644 --- a/commandbox.js +++ b/commandbox.js @@ -34,7 +34,7 @@ function boxExecute(resource_path, command, commandbox_home) { dialog.showMessageBox({ title: 'Unable to Find Java', message: 'Unable to find java on your computer.', - detail: 'If you have java installed make sure you set JAVA_HOME, or install Java 11 from: https://adoptopenjdk.net' + detail: 'If you have java installed make sure you set JAVA_HOME, or install Java 11 from: https://www.microsoft.com/openjdk' }).then(function() { app.quit(); }); From 19e27a5d493db3ced8545834dd3d9087854da724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:13:41 +0000 Subject: [PATCH 2/3] Bump normalize-url from 4.5.0 to 4.5.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcd6581..2558b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Fixinator", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1516,9 +1516,9 @@ } }, "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", "dev": true }, "npm-conf": { From df562616b8e7d746d91804694fce560b0959d74d Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Fri, 11 Jun 2021 14:07:33 -0400 Subject: [PATCH 3/3] Add GUI Demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f008cfc..ba2569d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Native applications for Windows or Mac OS to run [Fixinator](https://fixinator.app) scans. +![Fixinator GUI Demo](https://github.com/foundeo/fixinator-demos/blob/main/fixinator-gui-2021-06-11-01-sm.gif?raw=true) + ## Installation ### Prerequisites