Skip to content

Commit 863befc

Browse files
committed
Autorun should be explicit about using clink.bat (fixes #374).
1 parent bae035d commit 863befc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clink/loader/autorun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ static int install_autorun(const char* clink_path, int wow64)
311311
}
312312
str_cat(new_value, "\"", i);
313313
str_cat(new_value, clink_path, i);
314-
str_cat(new_value, "\\clink\" inject --autorun", i);
314+
str_cat(new_value, "\\clink.bat\" inject --autorun", i);
315315

316316
if (g_clink_args != NULL)
317317
{

0 commit comments

Comments
 (0)