CAMBIO RADICAL: nethive_neo a energy_media, reasignacion de el nombre de el proyecto en pubsec.yaml

This commit is contained in:
Abraham
2026-01-13 15:52:15 -08:00
parent 40446182b5
commit 92b86b6f97
49 changed files with 143 additions and 143 deletions

View File

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