feat: reconfigure package name.

This commit is contained in:
Alberto Ponces
2022-08-06 22:35:35 +01:00
parent fc06f8d571
commit 35a68b1674
38 changed files with 80 additions and 85 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.CreateAndShow(L"revanced_manager_flutter", origin, size)) {
if (!window.CreateAndShow(L"revanced_manager", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);