We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6ed3d commit 24a2e29Copy full SHA for 24a2e29
QuestAppVersionSwitcher/PatchingManager.cs
@@ -653,7 +653,7 @@ public static bool PatchManifest(ApkZip apkArchive)
653
using (MemoryStream splash = new MemoryStream(data))
654
{
655
splash.Position = 0;
656
- apkArchive.AddFle("assets/vr_splash.png", splash, CompressionLevel.Optimal);
+ apkArchive.AddFile("assets/vr_splash.png", splash, CompressionLevel.Optimal);
657
}
658
659
0 commit comments