Skip to content

Conversation

@ealmloff
Copy link
Member

@ealmloff ealmloff commented Aug 15, 2025

When bundling fullstack apps on windows, the server name was missing the exe extension and adding the hash to the extension instead of the filename.

I also ran into an issue with hotpatching with certain anti-viruses I haven't seen reported where another process opens the patch executable to scan it which causes the CLI to fail. This PR polls the file if it fails because the anti-virus is opening it instead of failing

Fixes #4546
Fixes #4550

@ealmloff ealmloff added bug Something isn't working cli Related to the dioxus-cli program windows labels Aug 15, 2025
@ealmloff ealmloff marked this pull request as ready for review August 15, 2025 15:07
@ealmloff ealmloff requested a review from a team as a code owner August 15, 2025 15:07
@jkelleyrtp jkelleyrtp merged commit 165447a into DioxusLabs:main Aug 19, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cli Related to the dioxus-cli program windows

2 participants