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 c32b5dd commit 8385e86Copy full SHA for 8385e86
Assets/AndroidIl2cppPatchDemo/Editor/AndroidBuilder.cs
@@ -366,7 +366,8 @@ public static bool GenerateBuildScripts()
366
File.WriteAllText(ANDROID_EXPORT_PATH + "/build_apk.bat", allCmd.ToString());
367
File.WriteAllText(ANDROID_EXPORT_PATH + "/build_aab.bat", allCmd.ToString()
368
.Replace("assembleRelease", "bundleRelease")
369
- .Replace(".apk", ".aab"));
+ .Replace(".apk", ".aab")
370
+ .Replace("apk", "bundle"));
371
372
return true;
373
}
0 commit comments