fix: rename soul_echo => soulecho

removed all occurences of soul_echo as it made problems for mobile
This commit is contained in:
webfussel 2025-07-17 13:37:46 +02:00
parent aa85312cf1
commit c423c854fe
14 changed files with 21 additions and 19 deletions

View file

@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "soul_echo",
"productName": "soulecho",
"version": "0.1.0",
"identifier": "com.webfussel.soul_echo",
"identifier": "com.webfussel.soulecho",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "soul_echo",
"title": "soulecho",
"width": 800,
"height": 600
}