Skip to content

Commit 3aa590e

Browse files
committed
2 parents 0e46e16 + df56261 commit 3aa590e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Native applications for Windows or Mac OS to run [Fixinator](https://fixinator.app) scans.
44

5+
![Fixinator GUI Demo](https://github.com/foundeo/fixinator-demos/blob/main/fixinator-gui-2021-06-11-01-sm.gif?raw=true)
6+
57
## Installation
68

79
### Prerequisites

commandbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function boxExecute(resource_path, command, commandbox_home) {
3434
dialog.showMessageBox({
3535
title: 'Unable to Find Java',
3636
message: 'Unable to find java on your computer.',
37-
detail: 'If you have java installed make sure you set JAVA_HOME, or install Java 11 from: https://adoptopenjdk.net'
37+
detail: 'If you have java installed make sure you set JAVA_HOME, or install Java 11 from: https://www.microsoft.com/openjdk'
3838
}).then(function() {
3939
app.quit();
4040
});

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)