Skip to content

Commit 8103989

Browse files
MarkShawn2020claude
andcommitted
fix: sync Tauri version from package.json
Use relative path reference so Tauri reads version from package.json, ensuring consistent artifact naming in releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b32c0d1 commit 8103989

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/sync-version.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lovcode": patch
3+
---
4+
5+
fix: sync Tauri version from package.json to ensure consistent artifact naming

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "lovcode",
4-
"version": "0.4.0",
4+
"version": "../package.json",
55
"identifier": "app.lovpen.code",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)