From a3253db21db80507f88ecc9a62247c913e23e59d Mon Sep 17 00:00:00 2001 From: melody-rs Date: Sat, 1 Feb 2025 12:55:05 -0800 Subject: [PATCH] we are not cloverlink anymore --- windows/shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/shim.c b/windows/shim.c index 50bd4c14e..c3098f43d 100644 --- a/windows/shim.c +++ b/windows/shim.c @@ -3,7 +3,7 @@ #include #include -wchar_t *ARGV0 = L"lib\\cloverlink.exe"; +wchar_t *ARGV0 = L"lib\\oneshot.exe"; int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {