Skip to content

Commit

Permalink
fix shim
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed May 24, 2024
1 parent 679f44a commit 1b83a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
argv[0] = ARGV0;
}

_wexecv(L"lib\\cloverlink.exe", (const wchar_t *const *)argv);
_wexecv(L"lib\\oneshot.exe", (const wchar_t *const *)argv);

MessageBoxW(NULL,
L"Cannot start ModShot for some reason.\nPlease check your "
Expand Down

0 comments on commit 1b83a53

Please sign in to comment.