refactor: rename app crate and binary names to addmon for consistency

This commit is contained in:
Syahdan 2026-01-07 18:35:39 +07:00
parent d19a7bdaa0
commit cb30287fbd
5 changed files with 127 additions and 62 deletions

View file

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "addmon",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.littlequartz.addmon",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:3001",