From 9ebddf3abe2a0faf0291ad16a22ac83d6275a93e Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Tue, 30 Jun 2026 16:15:46 +0200 Subject: [PATCH] Rename project and identifiers to GitLite The "Tauri" prefix was removed for conciseness, as it's implicit to the project's framework. --- package.json | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 821720b..a5374fd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tauri-git-lite", + "name": "git-lite", "version": "0.0.1", "private": true, "type": "module", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4a666c8..972f5cd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,8 +1,8 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "Tauri Git Lite", + "productName": "GitLite", "version": "0.0.1", - "identifier": "com.example.tauri-git-lite", + "identifier": "com.git-lite", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://127.0.0.1:1420",