You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Convert namespaces to PascalCase
This commit is contained in:
@@ -167,7 +167,7 @@ private:
|
||||
#else // TOOLS_ENABLED
|
||||
String platform = _get_platform_name();
|
||||
String arch = Engine::get_singleton()->get_architecture_name();
|
||||
String appname_safe = path::get_csharp_project_name();
|
||||
String appname_safe = Path::get_csharp_project_name();
|
||||
String packed_path = "res://.godot/mono/publish/" + arch;
|
||||
if (DirAccess::exists(packed_path)) {
|
||||
// The dotnet publish data is packed in the pck/zip.
|
||||
|
||||
Reference in New Issue
Block a user