Skip to content

fix(desktop): drop invalid app.title field in tauri.conf.json#7

Merged
Staxed merged 1 commit intomainfrom
fix/tauri-conf-app-title
Apr 17, 2026
Merged

fix(desktop): drop invalid app.title field in tauri.conf.json#7
Staxed merged 1 commit intomainfrom
fix/tauri-conf-app-title

Conversation

@Staxed
Copy link
Copy Markdown
Owner

@Staxed Staxed commented Apr 17, 2026

Summary

  • Tauri v2 rejects app.title — title lives on each app.windows[N] entry. Ralph's scaffold had both; removed the invalid duplicate.
  • Bonus: swapped dead $schema URL (personal fork) for the official one at schema.tauri.app/config/2.

Why

bun tauri dev and bun tauri build both fail with Additional properties are not allowed ('title' was unexpected) until this is removed. Caught on first run on Windows.

Test plan

  • Verified the duplicate title (window spec already sets it)
  • Re-run bun tauri dev / bun tauri build on Windows — should get past the schema check

Tauri v2 rejects `app.title` with "Additional properties are not allowed";
window title lives on each entry in `app.windows[]`, which was already set
correctly. Ralph's scaffold included both — removed the stray duplicate.

Also swapped the $schema URL from a dead personal fork
(raw.githubusercontent.com/nicovrc/tauri) to the official one
(schema.tauri.app/config/2) so editor autocomplete works.

Caught during first `bun tauri dev` / `bun tauri build` on Windows.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Staxed Staxed merged commit f823e30 into main Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant