From 8535dbb0df7744d67a4f7a7b9dc1a5bf9e941ea9 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 23 Aug 2025 19:33:38 +0100 Subject: [PATCH] Fixed product name. --- README.md | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f35e6dc..b114de1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# FarmControl UI +# Farm Control UI [![Build Status](https://ci.tombutcher.work/job/farmcontrol-ui/badge/icon)](https://ci.tombutcher.work/job/farmcontrol-ui/) -FarmControl UI is a modern web application for managing and monitoring farm production, inventory, and operations. This project serves as the frontend for the FarmControl system, providing an intuitive interface for users to interact with various farm management modules. +Farm Control UI is a modern web application for managing and monitoring farm production, inventory, and operations. This project serves as the frontend for the FarmControl system, providing an intuitive interface for users to interact with various farm management modules. ## Features diff --git a/package.json b/package.json index 326d616..396d2a3 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,7 @@ }, "build": { "appId": "com.tombutcher.farmcontrol", + "productName": "Farm Control", "icon": "assets/logos/farmcontrolicon.png", "directories": { "output": "app_dist"