Rename project and identifiers to GitLite
publish / publish-tauri (, windows-latest) (release) Successful in 6m32s

The "Tauri" prefix was removed for conciseness, as it's implicit to the project's framework.
This commit is contained in:
Christoph Brandau
2026-06-30 16:15:46 +02:00
parent 91620802d0
commit 9ebddf3abe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "tauri-git-lite",
"name": "git-lite",
"version": "0.0.1",
"private": true,
"type": "module",
+2 -2
View File
@@ -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",