aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolsrc/src/commands_export.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp
index d2811fb51..0cac73f19 100644
--- a/toolsrc/src/commands_export.cpp
+++ b/toolsrc/src/commands_export.cpp
@@ -125,6 +125,8 @@ namespace vcpkg::Commands::Export
System::println(System::Color::success, "Exporting package %s... done", display_name);
}
+ System::println(System::Color::success, R"(Files exported at: "%s")", output.generic_string());
+
Checks::exit_success(VCPKG_LINE_INFO);
}
}