mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-17 16:07:41 +01:00
Update window title from bike_control to BikeControl
Co-authored-by: jonasbark <1151304+jonasbark@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user