Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v/267
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Sep 22, 2024
2 parents dcb7dc6 + 465092d commit a529fb9
Show file tree
Hide file tree
Showing 31 changed files with 695 additions and 446 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Our attempt at distributing the [OpenGOAL](https://github.com/open-goal/jak-proj

The launcher uses the [Tauri](https://tauri.app/) framework.

- [Usage](#usage)
- [Asking for help](#asking-for-help)
- [Development](#development)
- [Windows](#windows)
- [Linux (Ubuntu 22.04)](#linux-ubuntu-2204)
- [Building and Running](#building-and-running)
- [OpenGOAL Launcher](#opengoal-launcher)
- [Usage](#usage)
- [Asking for help](#asking-for-help)
- [Development](#development)
- [Windows](#windows)
- [Linux (Ubuntu 22.04)](#linux-ubuntu-2204)
- [macOS](#macos)
- [Building and Running](#building-and-running)

## Usage

Expand Down Expand Up @@ -53,6 +55,12 @@ nvm install lts/hydrogen # installs latest nodejs 18.X
npm install -g yarn
```

### macOS

```bash
npm install -g yarn
```

### Building and Running

To build and run the application locally, all you have to do is run:
Expand Down
Binary file added docs/default-keybinds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ zip = { version = "2.2.0", features = ["deflate-zlib-ng"] }
zip-extract = "0.2.1"
tempfile = "3.12.0"
native-dialog = "0.7.0"
tokio-util = "0.7.12"

[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"
Expand Down
Loading

0 comments on commit a529fb9

Please sign in to comment.