diff --git a/README.md b/README.md index ba1ba42..96b5821 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Download the correct version of the application for your operating system on the ### macOS +> [!IMPORTANT] +> ARM based Macs are currently unsupported. The macOS application or the JAR file will only run on intel based Macs. + 1. Double-click the downloaded disk image (DMG file). 2. Drag the application `EPUBCheckFX` into the `Application` folder. 3. Start the application `EPUBCheckFX` from the `Application` folder by double-clicking. diff --git a/img/open-graph.png b/img/open-graph.png new file mode 100644 index 0000000..3d9b9ed Binary files /dev/null and b/img/open-graph.png differ diff --git a/img/open-graph.svg b/img/open-graph.svg new file mode 100644 index 0000000..562e924 --- /dev/null +++ b/img/open-graph.svg @@ -0,0 +1,100 @@ + + + + diff --git a/pom.xml b/pom.xml index 0539fdd..d457b54 100644 --- a/pom.xml +++ b/pom.xml @@ -388,7 +388,7 @@ true false - ${project.name}-${project.version}-macOS + ${project.name}-${project.version}-macOS-x86_64