web export proj name altered if no proj name set

This commit is contained in:
John Knight
2024-10-09 15:37:45 -05:00
parent 3a6c4b5ae3
commit c914bcda05

View File

@@ -221,7 +221,7 @@ Error EditorExportPlatformWeb::_build_pwa(const Ref<EditorExportPreset> &p_prese
String proj_name = GLOBAL_GET("application/config/name");
if (proj_name.is_empty()) {
proj_name = "Godot Game";
proj_name = "Redot Game";
}
// Service worker