fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-06 08:37:59 -05:00
parent 6a95c8b21a
commit a049542de2

View File

@@ -159,8 +159,8 @@ auto get_startup_folder() -> std::wstring {
auto create_shortcut(const std::wstring &exe_path,
const std::wstring &arguments,
const std::wstring &working_directory,
const std::wstring &shortcut_name, std::wstring location)
-> bool {
const std::wstring &shortcut_name,
const std::wstring &location) -> bool {
REPERTORY_USES_FUNCTION_NAME();
const auto hr_hex = [](HRESULT hr) -> std::string {