Skip to content

Commit

Permalink
docs: add documentation on macOS binary, add open graph image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Dec 28, 2023
1 parent 20fc1c4 commit 9e6e4df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@

<!-- create macOS app and disk image -->
<!-- This plugin can only be run on macOS, so it is disabled to enable a build on all platforms. -->
<!--<plugin>
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.19.0</version>
Expand All @@ -388,7 +388,7 @@
<dmg>
<generate>true</generate>
<appendVersion>false</appendVersion>
<dmgFileName>${project.name}-${project.version}-macOS</dmgFileName>
<dmgFileName>${project.name}-${project.version}-macOS-x86_64</dmgFileName>
</dmg>
</configuration>
<executions>
Expand All @@ -399,7 +399,7 @@
</goals>
</execution>
</executions>
</plugin>-->
</plugin>

<!-- create packages (ZIP files) for Windows and Linux -->
<plugin>
Expand Down

0 comments on commit 9e6e4df

Please sign in to comment.