Skip to content

Commit 24a2e29

Browse files
ComputerEliteComputerElite
authored andcommitted
Fix typo
1 parent fd6ed3d commit 24a2e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuestAppVersionSwitcher/PatchingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ public static bool PatchManifest(ApkZip apkArchive)
653653
using (MemoryStream splash = new MemoryStream(data))
654654
{
655655
splash.Position = 0;
656-
apkArchive.AddFle("assets/vr_splash.png", splash, CompressionLevel.Optimal);
656+
apkArchive.AddFile("assets/vr_splash.png", splash, CompressionLevel.Optimal);
657657
}
658658

659659

0 commit comments

Comments
 (0)