main #1

Merged
LeenkxTeam merged 7 commits from Dante/Kmake:main into main 2026-05-31 05:24:14 +00:00
41617 changed files with 13344767 additions and 1 deletions
Showing only changes of commit 883c91e6db - Show all commits

View File

@ -568,6 +568,9 @@ async function exportKoremakeProject(from, to, platform, korefile, retro, veryre
else if (options.meson) {
exporter = new MesonExporter_1.MesonExporter(options);
}
else if (platform === Platform_1.Platform.OSX) {
exporter = new MacOSExporter_1.MacOSExporter(options);
}
else if (platform === Platform_1.Platform.iOS || platform === Platform_1.Platform.OSX || platform === Platform_1.Platform.tvOS)
exporter = new XCodeExporter_1.XCodeExporter(options);
else if (platform === Platform_1.Platform.Android)