-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f37b630
commit 2471f82
Showing
1 changed file
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,44 @@ | ||
# open.mp launcher | ||
|
||
Made with Tauri + React-Native | ||
Made with Tauri + React-Native ❤️ | ||
|
||
# Usage: | ||
|
||
Just download from [Releases](https://github.com/openmultiplayer/launcher/releases) page and run it! | ||
|
||
For users using old Windows 10, Windows 8(.1), or Windows 7, if you do not have WebView2 installed (comes preinstalled in newer Windows 10 and 11 setups, and comes with Microsoft Edge), you must download **WebView2** from [Here](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) | ||
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section | ||
|
||
**Note**: Download Evergreen Bootstrapper and let installer download the right version for you for best experience. | ||
|
||
# Development | ||
|
||
### For all OS's: | ||
|
||
- Install [nightly version](https://rust-lang.github.io/rustup/concepts/channels.html) of rust toolchain | ||
- Install [NodeJS](https://nodejs.org/en/download) and `npm` (or `yarn` or anything else) | ||
- Clone repository: | ||
|
||
```bash | ||
git clone https://github.com/openmultiplayer/launcher | ||
``` | ||
|
||
- Prepare for running: | ||
|
||
```bash | ||
cd launcher | ||
yarn # or any other way you use to install dependecies using your installed package manager | ||
yarn start | ||
``` | ||
|
||
- For building a release version, you can use: | ||
|
||
```bash | ||
yarn tauri build | ||
``` | ||
|
||
# Donations | ||
|
||
While open.mp is a totally free project and everyone in the team dedicates their time on this project to provide the best for the community, we can still use whatever contribution by anyone, to cover out costs or motivate developers. | ||
Here is our donation link you can use to show your generosity! | ||
- **https://opencollective.com/openmultiplayer** |