DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.35k stars 740 forks source link

Fix asset bundling in the CLI #2145

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

This copies the asset in the dist directory when bundling applications with the CLI and adds code to dioxus desktop to look in the dist directory even when the application is run without cargo

Fixes https://github.com/DioxusLabs/dioxus/issues/2144