You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.