DioxusLabs / DioxusLabs/dioxus
Application name in `Dioxus.toml` does not work
Open
bundle
cli
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
**Steps To Reproduce**
Steps to reproduce the behavior:
- Configs the application name in `Dioxus.toml` for a package `pkg-app`
- Runs `dx bundle` in Windows
- Installs the `.msi` and the application name will be `PkgApp`
```toml
[application]
name = "MyDesktop"
```
**Expected behavior**
The application name should be configurable.
**Screenshots**
**Environment:**
- Dioxus version: 0.6.3
- Rust version: 1.85
- OS info: Windows
- App platform: desktop
**Questionnaire**
I'm interested in fixing this myself but don't know where to start.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.