Skip to content

Commit

Permalink
Merge pull request #23 from Syriiin/add-branch-to-calc-package-name
Browse files Browse the repository at this point in the history
Add branch to calculator package name
  • Loading branch information
Syriiin authored Oct 29, 2024
2 parents 0339210 + 4af0d5c commit 869d236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override CalculatorInfo Info
{
get
{
var packageName = "https://github.com/Syriiin/osu";
var packageName = "https://github.com/Syriiin/osu/tree/performanceplus";
return new CalculatorInfo
{
RulesetName = OsuRuleset.Description,
Expand Down

0 comments on commit 869d236

Please sign in to comment.