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

@@ -90,12 +90,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "lunchpick" "\0"
VALUE "FileDescription", "오늘뭐먹Z" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "lunchpick" "\0"
VALUE "InternalName", "오늘뭐먹Z" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "lunchpick.exe" "\0"
VALUE "ProductName", "lunchpick" "\0"
VALUE "ProductName", "오늘뭐먹Z" "\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"lunchpick", origin, size)) {
if (!window.Create(L"오늘뭐먹Z", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);