Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubsefor authored Jan 8, 2024
1 parent 970c4ae commit ceff0a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ In case it becomes unavailable, here's a fork: [rars](https://github.com/andrewt
RARS made into macOS app using ``jpackage`` on original RARS jar distribution:

```bash
jpackage --input src --main-jar rars.jar \
-n RARS --main-class rars.Launch \
jpackage --input <folder with rars.jar in it> \
--main-jar rars.jar \
-n RARS \
--main-class rars.Launch \
--app-version 1.6 \
--icon ./RARS.icns \
--mac-package-identifier "RARS" \
Expand Down

0 comments on commit ceff0a2

Please sign in to comment.