chore(branding): 앱 표시 이름을 오늘뭐먹Z로 변경

This commit is contained in:
JiWoong Sul
2025-12-03 17:51:22 +09:00
parent d733bf664b
commit a4c7f55fc0
8 changed files with 14 additions and 14 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"lunchpick", origin, size)) {
if (!window.Create(L"오늘뭐먹Z", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);