Skip to content

Fix Windows exe launch through cmd routing#190

Merged
DecDuck merged 2 commits intodevelopfrom
process-fixes
Feb 26, 2026
Merged

Fix Windows exe launch through cmd routing#190
DecDuck merged 2 commits intodevelopfrom
process-fixes

Conversation

@DecDuck
Copy link
Member

@DecDuck DecDuck commented Feb 26, 2026

No description provided.

@DecDuck
Copy link
Member Author

DecDuck commented Feb 26, 2026

drop-app.zip

@BillyOutlast
Copy link

BillyOutlast commented Feb 26, 2026

The Windows build failed on Github Action

error[E0599]: no method named creation_flags found for mutable reference &mut std::process::Command in the current scope
--> process\src\process_handlers.rs:53:17
|
53 | command.creation_flags(CREATE_NO_WINDOW)
| ^^^^^^^^^^^^^^ method not found in &mut std::process::Command
|
= help: items from traits can only be used if the trait is in scope
help: trait CommandExt which provides creation_flags is implemented but not in scope; perhaps you want to import it
|
1 + use std::os::windows::process::CommandExt;
|

For more information about this error, try rustc --explain E0599.
warning: process (lib) generated 1 warning
error: could not compile process (lib) due to 1 previous error; 1 warning emitted
warning: build failed, waiting for other jobs to finish...
warning: games (lib) generated 2 warnings (run cargo fix --lib -p games to apply 2 suggestions)
failed to build app: failed to build app
Error failed to build app: failed to build app
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm ["tauri","build"]" failed with exit code 1

@DecDuck
Copy link
Member Author

DecDuck commented Feb 26, 2026

@BillyOutlast fixed :)

@DecDuck DecDuck merged commit c9ceb3f into develop Feb 26, 2026
2 checks passed
@DecDuck DecDuck deleted the process-fixes branch February 26, 2026 21:48
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.

2 participants