Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
- Fix always opens a command prompt window after click the run button.
Browse files Browse the repository at this point in the history
  (Thanks to AeonX.)
  • Loading branch information
MouriNaruto committed Nov 30, 2018
1 parent 6ed016b commit ecbbb15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,10 @@

- [简体中文](更新日志.md)

**NSudo 6.0.1802.2 v2**
- Fix always opens a command prompt window after click the run button.
(Thanks to AeonX.)

**NSudo 6.0.1802.2**
- Fix several bugs and improve several implementations.
- Add two standalone executable files used in different situations.
Expand Down
2 changes: 1 addition & 1 deletion NSudoSDK/NSudoResourceManagement.cpp
Expand Up @@ -228,7 +228,7 @@ bool SuCreateProcess(
}
else
{
final_command_line == lpCommandLine;
final_command_line = lpCommandLine;
}

return NSudoCreateProcess(
Expand Down
3 changes: 3 additions & 0 deletions 更新日志.md
Expand Up @@ -2,6 +2,9 @@

- [English](Changelog.md)

**NSudo 6.0.1802.2 v2**
- 修复点击运行按钮只弹出命令提示符的问题。(感谢AeonX)

**NSudo 6.0.1802.2**
- 修复多个Bug和改善多个实现。
- 增加两个独立的可执行文件用于不同情况。
Expand Down

0 comments on commit ecbbb15

Please sign in to comment.