Skip to content

Commit 0e04d55

Browse files
authored
Update README.md
1 parent 336141c commit 0e04d55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ If using Maven, run `mvn javafx:run` from the terminal.
3030
To build a native application for your operating system, run `mvn clean install`. This will generate an installer
3131
appropriate for your system, such as an MSI on Windows, inside the `target/` folder.
3232

33-
We also provide pre-compiled releases for Windows and Linux, available under the Releases page.
33+
We also provide pre-compiled releases for Windows (`.msi`), Linux (`.deb`), and MacOS (`.dmg`), available under the Releases page.
3434

3535
## Quarantine
3636

37-
This tool is currently not signed for MacOS and might be quarantined after installation. The error will state the
38-
J3 application is damaged, but this can be fixed by running:
37+
Our releases are currently not signed, which may result in Windows or MacOS blocking the application. On Windows, you will see
38+
a prompt which can be overridden. On MacOS, it displays an error stating the application is "damaged". This can be fixed by
39+
removing the quarantine attribute:
3940

4041
```bash
4142

4243
cd /Applications
4344
sudo xattr -r -d com.apple.quarantine J3.app
44-
```
45+
```

0 commit comments

Comments
 (0)