Skip to content

Commit

Permalink
Add macOS support for Jam
Browse files Browse the repository at this point in the history
- Added macOS support for Jam
- Ignore Invalid Certificates in `assets/app.asar/index.js` (line 465) to stop ERR_CERT_INVALID
  • Loading branch information
ganiskowicz authored and Jamie committed Dec 1, 2024
1 parent c8f19f8 commit 1f7c651
Show file tree
Hide file tree
Showing 13 changed files with 12,016 additions and 11,972 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
build/
dev-app-update.yml
plugin_packages/
plugin_packages/
.DS_Store
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,23 @@ Jam is a modular man-in-the-middle proxy designed for [Animal Jam Classic](https
- [Run from source](#run-from-source)
- [Guides](#guides)
- [Playing Animal Jam Play Wild with Jam](docs/play-wild.md)
- [Join the Community](#join-the-community)


## Installation

### Windows

1. Download the latest version of [Jam](https://github.com/sxip/jam/releases/latest).
1. Download the latest version of [Jam-Setup.exe](https://github.com/sxip/jam/releases/latest).
2. Extract the downloaded file.
3. Run `jam.exe` to start the application.

### MacOS

1. Download the latest version of [Jam-arm64.dmg](https://github.com/sxip/jam/releases/latest).
2. Mount the downloaded file.
3. Install `Jam` by moving it to the Applications folder
4. Run `sudo /Applications/Jam.app/Contents/MacOS/Jam` to start the application.

## Run from source

1. Clone the repository.
Expand Down
Binary file modified assets/app.asar
Binary file not shown.
Binary file modified assets/icon.ico
Binary file not shown.
Loading

0 comments on commit 1f7c651

Please sign in to comment.