Skip to content

Commit

Permalink
Merge pull request #177 from smoogipoo/fix-ios-package-name
Browse files Browse the repository at this point in the history
Fix iOS package name
  • Loading branch information
smoogipoo authored Sep 27, 2024
2 parents b33417f + cee0282 commit 3ff143e
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 3ff143e

Please sign in to comment.