Skip to content

Commit b4ac144

Browse files
committed
Fix Tauri warning by com.mouseterm.app -> com.mouseterm.standalone
1 parent 2575032 commit b4ac144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "MouseTerm",
44
"version": "0.6.2",
5-
"identifier": "com.mouseterm.app",
5+
"identifier": "com.mouseterm.standalone",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
88
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)