rebranded to krezus

This commit is contained in:
2024-03-03 17:51:47 +01:00
parent fc6f64a271
commit 51cb8868a3
100 changed files with 195 additions and 196 deletions

View File

@@ -89,13 +89,13 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "tunas" "\0"
VALUE "CompanyName", "sx.glt" "\0"
VALUE "FileDescription", "krezus" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "tunas" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "tunas.exe" "\0"
VALUE "ProductName", "tunas" "\0"
VALUE "InternalName", "krezus" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 sx.glt. All rights reserved." "\0"
VALUE "OriginalFilename", "krezus.exe" "\0"
VALUE "ProductName", "krezus" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END

View File

@@ -27,7 +27,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"tunas", origin, size)) {
if (!window.Create(L"krezus", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB