Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/foundeo/fixinator-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Jun 11, 2021
2 parents 0e46e16 + df56261 commit 3aa590e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion commandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3aa590e

Please sign in to comment.