Skip to content

Commit

Permalink
chore: not byb
Browse files Browse the repository at this point in the history
  • Loading branch information
iotanum committed Nov 15, 2024
1 parent fa9b0ac commit d4fefc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu_tools/wrapper/dotnet_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PP_CALC_DIR = "/app/osu-tools/PerformanceCalculator"
DOTNET_VER = "net8.0"
DOTNET_PUBLISH_RUNTIME = "linux-arm64"
PUBLISHED_CALC = f"/app/osu-tools/publish/{DOTNET_VER}/PerformanceCalculator"
PUBLISHED_CALC = f"bin/Debug/{DOTNET_VER}/PerformanceCalculator"
OSU_SIMULATE_CMD = [PUBLISHED_CALC, "simulate", "osu"]

0 comments on commit d4fefc4

Please sign in to comment.