Skip to content

Commit a4fd389

Browse files
committed
output
1 parent 2b697db commit a4fd389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxima-lib/src/unix/wine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ pub async fn setup_wine_registry() -> Result<(), NativeError> {
432432
"regedit",
433433
Some(vec![path.safe_str()?]),
434434
None,
435-
false,
435+
true,
436436
CommandType::Run,
437437
)
438438
.await?;

0 commit comments

Comments
 (0)