opt: windows program name to rustdesk

This commit is contained in:
Kingtous
2022-09-25 19:22:59 +08:00
parent 1f5634b5e6
commit eb059d83c6
4 changed files with 9 additions and 7 deletions

View File

@ -53,7 +53,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(800, 600);
if (!window.CreateAndShow(L"flutter_hbb", origin, size))
if (!window.CreateAndShow(L"rustdesk", origin, size))
{
return EXIT_FAILURE;
}