steam-deck-tools/docs/development.md

8 lines
197 B
Markdown
Raw Normal View History

2022-12-10 02:00:15 +01:00
# Development
2026-02-22 05:54:45 +01:00
Run `scripts/build.bat` to build `PerformanceOverlay` into `build-release/`.
2022-12-10 02:00:15 +01:00
2026-02-22 05:54:45 +01:00
To build directly:
`dotnet build PerformanceOverlay/PerformanceOverlay.csproj --configuration Release`