Skip to content

Commit 9d1b3d1

Browse files
committed
De4dot not closing fixed
1 parent 7cd7d59 commit 9d1b3d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

easyDe4dot/Form1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ private void StartDe4dot(){
137137
}
138138
}
139139
sinfo.Arguments = string.Join(" ", args);
140+
sinfo.EnvironmentVariables.Add("SHELL", "");
140141
sinfo.FileName = chk64.Checked ? de4dot64 : de4dot;
141142
sinfo.RedirectStandardOutput = true;
142143
sinfo.UseShellExecute = false;

0 commit comments

Comments
 (0)