From 9648c710a77a3392eaf37b3037688325ba35df03 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sun, 12 Jul 2026 13:15:33 +0200 Subject: [PATCH] =?UTF-8?q?fix(branding):=20rename=20remaining=20Tanemaki?= =?UTF-8?q?=20=E2=86=92=20Tane=20in=20platform=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Web PWA manifest name, index.html and apple-mobile-web-app-title, and the Windows executable ProductName / FileDescription. --- apps/app_seeds/web/index.html | 4 ++-- apps/app_seeds/web/manifest.json | 2 +- apps/app_seeds/windows/runner/Runner.rc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/app_seeds/web/index.html b/apps/app_seeds/web/index.html index 94ce61d..cede84b 100644 --- a/apps/app_seeds/web/index.html +++ b/apps/app_seeds/web/index.html @@ -24,13 +24,13 @@ <!-- iOS meta tags & icons --> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> - <meta name="apple-mobile-web-app-title" content="Tanemaki"> + <meta name="apple-mobile-web-app-title" content="Tane"> <link rel="apple-touch-icon" href="icons/Icon-192.png"> <!-- Favicon --> <link rel="icon" type="image/png" href="favicon.png"/> - <title>Tanemaki + Tane diff --git a/apps/app_seeds/web/manifest.json b/apps/app_seeds/web/manifest.json index a7db6ff..3630c6e 100644 --- a/apps/app_seeds/web/manifest.json +++ b/apps/app_seeds/web/manifest.json @@ -1,5 +1,5 @@ { - "name": "Tanemaki", + "name": "Tane", "short_name": "Tane", "start_url": ".", "display": "standalone", diff --git a/apps/app_seeds/windows/runner/Runner.rc b/apps/app_seeds/windows/runner/Runner.rc index 41772ee..9dbe41d 100644 --- a/apps/app_seeds/windows/runner/Runner.rc +++ b/apps/app_seeds/windows/runner/Runner.rc @@ -90,12 +90,12 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Comunes" "\0" - VALUE "FileDescription", "Tanemaki — local-first traditional-seed inventory" "\0" + VALUE "FileDescription", "Tane — local-first traditional-seed inventory" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "tane" "\0" VALUE "LegalCopyright", "Copyright (C) 2026 Comunes. Licensed under AGPL-3.0." "\0" VALUE "OriginalFilename", "tane.exe" "\0" - VALUE "ProductName", "Tanemaki" "\0" + VALUE "ProductName", "Tane" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END END