Skip to content

Commit

Permalink
docs: add documentation on macOS binary, add open graph image (#7)
Browse files Browse the repository at this point in the history
* docs: add documentation on macOS binary
* docs: add open graph image
  • Loading branch information
Wandmalfarbe authored Dec 28, 2023
1 parent 20fc1c4 commit 398c09b
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 1 deletion.
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
Binary file added img/open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions img/open-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down

0 comments on commit 398c09b

Please sign in to comment.