0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 02:30:43 -05:00

Updated build steps

This commit is contained in:
Dev 2024-05-30 22:43:30 +01:00
parent 9496dabc1f
commit b4d5a65974

View File

@ -30,10 +30,9 @@ git config --local user.email "USERNAME@SOMETHING.com"
- Avalonia Visual Studio Extension - Avalonia Visual Studio Extension
## Build ## Build
1. Run `dotnet tool restore` from command line inside project folder - Ensure `Powershell` is up to date (version 7+)
2. Open Launcher.code-workspace in Visual Studio Code. - Run `Build > Rebuild Solution`
3. Run the build task: (top toolbar) Terminal -> Run Build Task... (requires running twice on first run) - Build results are stored in `project/Build`
4. Copy-paste all files inside `Build` into `game root directory`, overwrite when prompted.
## Server Endpoints ## Server Endpoints
If you just want to mess with the server endpoints, you can use this [postman collection](https://gofile.io/d/kCzmze) If you just want to mess with the server endpoints, you can use this [postman collection](https://gofile.io/d/kCzmze)