You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Mono: Cleanup
This commit is contained in:
@@ -187,7 +187,7 @@ void MonoBottomPanel::_view_log_pressed() {
|
||||
|
||||
String log_dirpath = build_tab->get_build_info().get_log_dirpath();
|
||||
|
||||
OS::get_singleton()->shell_open(log_dirpath.plus_file("msbuild_log.txt"));
|
||||
OS::get_singleton()->shell_open(log_dirpath.plus_file(GodotSharpBuilds::get_msbuild_log_filename()));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -421,7 +421,7 @@ void MonoBuildTab::on_build_exit(BuildResult result) {
|
||||
build_exited = true;
|
||||
build_result = result;
|
||||
|
||||
_load_issues_from_file(logs_dir.plus_file("msbuild_issues.csv"));
|
||||
_load_issues_from_file(logs_dir.plus_file(GodotSharpBuilds::get_msbuild_issues_filename()));
|
||||
_update_issues_list();
|
||||
|
||||
MonoBottomPanel::get_singleton()->raise_build_tab(this);
|
||||
|
||||
Reference in New Issue
Block a user