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 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(); }); 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": {