Update window title from bike_control to BikeControl

Co-authored-by: jonasbark <1151304+jonasbark@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 09:38:20 +00:00
parent 6b60046fd5
commit 175ff75637
2 changed files with 3 additions and 3 deletions

View File

@@ -90,9 +90,9 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "de.jonasbark" "\0"
VALUE "FileDescription", "bike_control" "\0"
VALUE "FileDescription", "BikeControl" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "bike_control" "\0"
VALUE "InternalName", "BikeControl" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 de.jonasbark. All rights reserved." "\0"
VALUE "OriginalFilename", "bike_control.exe" "\0"
VALUE "ProductName", "BikeControl" "\0"

View File

@@ -68,7 +68,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(1280, 720);
if (!window.Create(L"bike_control", origin, size))
if (!window.Create(L"BikeControl", origin, size))
{
return EXIT_FAILURE;
}