Skip to content

Commit

Permalink
Fix iOS package name
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Sep 27, 2024
1 parent b33417f commit cee0282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builders/IOSBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void Build()
{
RunDotnetPublish("-p:ApplicationDisplayVersion=1.0");

File.Move(Path.Combine(Program.StagingPath, "osu.iOS.app"), Path.Combine(Program.ReleasesPath, "osu.iOS.app"), true);
File.Move(Path.Combine(Program.StagingPath, "osu.iOS.ipa"), Path.Combine(Program.ReleasesPath, "osu.iOS.ipa"), true);
}
}
}

0 comments on commit cee0282

Please sign in to comment.