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

@@ -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);