mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:03:02 +00:00
Fix HTML5 quick preview URL
This commit is contained in:
parent
45e7306b5a
commit
75d75c68c4
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ Error EditorExportPlatformJavaScript::run(const Ref<EditorExportPreset> &p_prese
|
|||
if (err) {
|
||||
return err;
|
||||
}
|
||||
OS::get_singleton()->shell_open(path);
|
||||
OS::get_singleton()->shell_open(String("file://") + path);
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue