upgraded stuff, prepared for notifications, renamed app. No actual code-changes :/

This commit is contained in:
2023-01-16 00:02:19 +01:00
parent 367c1cecbf
commit 9cb8730d6d
22 changed files with 141 additions and 75 deletions

View File

@ -90,12 +90,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "cloud.dresselhaus.nextcloud_reminder" "\0"
VALUE "FileDescription", "nextcloud_reminder" "\0"
VALUE "FileDescription", "Todo.txt Reminder" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "nextcloud_reminder" "\0"
VALUE "InternalName", "Todo.txt Reminder" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 cloud.dresselhaus.nextcloud_reminder. All rights reserved." "\0"
VALUE "OriginalFilename", "nextcloud_reminder.exe" "\0"
VALUE "ProductName", "nextcloud_reminder" "\0"
VALUE "ProductName", "Todo.txt Reminder" "\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.CreateAndShow(L"nextcloud_reminder", origin, size)) {
if (!window.CreateAndShow(L"Todo.txt Reminder", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);