You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Support Rider as External Editor
This commit is contained in:
@@ -82,7 +82,8 @@ def build(env_mono, api_sln_cmd):
|
||||
|
||||
target_filenames = [
|
||||
'GodotTools.dll', 'GodotTools.IdeConnection.dll', 'GodotTools.BuildLogger.dll',
|
||||
'GodotTools.ProjectEditor.dll', 'DotNet.Glob.dll', 'GodotTools.Core.dll'
|
||||
'GodotTools.ProjectEditor.dll', 'DotNet.Glob.dll', 'GodotTools.Core.dll',
|
||||
'JetBrains.Annotations.dll', 'Newtonsoft.Json.dll'
|
||||
]
|
||||
|
||||
if env_mono['target'] == 'debug':
|
||||
|
||||
Reference in New Issue
Block a user