mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
web export proj name altered if no proj name set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user