Skip to content

docs(templates): match app-data dir name to productName "meetily" (#458)#464

Open
satyakwok wants to merge 1 commit into
Zackriya-Solutions:mainfrom
satyakwok:docs/typo-meetily-templates-path-458
Open

docs(templates): match app-data dir name to productName "meetily" (#458)#464
satyakwok wants to merge 1 commit into
Zackriya-Solutions:mainfrom
satyakwok:docs/typo-meetily-templates-path-458

Conversation

@satyakwok
Copy link
Copy Markdown

Closes #458.

Summary

The custom-templates README at `frontend/src-tauri/templates/README.md` listed `Meetily` (capital M) for the application data directory on all three platforms. The actual directory name is `meetily` (lowercase), derived from `tauri.conf.json` `productName: "meetily"` via Tauri's `app_data_dir()`. Following the README sent users to a non-existent path on all three OSes.

```diff
-- macOS: `/Library/Application Support/Meetily/templates/`
-- Windows: `%APPDATA%\Meetily\templates\`
-- Linux: `
/.config/Meetily/templates/`
+- macOS: `/Library/Application Support/meetily/templates/`
+- Windows: `%APPDATA%\meetily\templates\`
+- Linux: `
/.config/meetily/templates/`
```

The reporter flagged the macOS line specifically; Windows and Linux have the same case bug for the same reason (Tauri derives the directory from `productName` on every platform), so all three are corrected together. If you'd prefer to keep the PR strictly to the macOS line per the issue scope, happy to drop the other two — just let me know.

…ckriya-Solutions#458)

The custom-templates README listed `Meetily` (capital M) for the app
data directory on all three platforms. The actual directory name is
`meetily` (lowercase), derived from `tauri.conf.json` `productName:
"meetily"` via Tauri's `app_data_dir()`. The mismatch sent users to
a non-existent path on all three OSes.

The reporter (Zackriya-Solutions#458) flagged the macOS line; Windows and Linux have the
same case bug for the same reason, so all three are corrected together.
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.

Typo in macOS custom templates path (Meetily → meetily) in README

1 participant