diff --git a/src/portable.h b/src/portable.h index c1f509e..835d0f7 100644 --- a/src/portable.h +++ b/src/portable.h @@ -95,7 +95,7 @@ std::wstring GetCommand(LPWSTR param) // 追加参数 if (i == insert_pos) { - args.push_back(L"--shuax"); + args.push_back(L"--gopher"); // args.push_back(L"--force-local-ntp"); // args.push_back(L"--disable-background-networking"); diff --git a/src/vivaldi++.cpp b/src/vivaldi++.cpp index ef929df..98f473a 100644 --- a/src/vivaldi++.cpp +++ b/src/vivaldi++.cpp @@ -38,7 +38,7 @@ void VivaldiPlus() void VivaldiPlusCommand(LPWSTR param) { - if (!wcsstr(param, L"--shuax")) + if (!wcsstr(param, L"--gopher")) { Portable(param); } @@ -86,7 +86,7 @@ void InstallLoader() #define EXTERNC extern "C" // -EXTERNC __declspec(dllexport) void shuax() +EXTERNC __declspec(dllexport) void gopher() { }