mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
7 lines
277 B
Markdown
7 lines
277 B
Markdown
|
---
|
||
|
"cli.rs": patch
|
||
|
---
|
||
|
|
||
|
Infer `app name` and `window title` from `package.json > productName` or `package.json > name`.
|
||
|
Infer `distDir` and `devPath` by reading the package.json and trying to determine the UI framework (Vue.js, Angular, React, Svelte and some UI frameworks).
|