diff --git a/Changelog.md b/Changelog.md index 0dccdde6..f38a673d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/NSudoSDK/NSudoResourceManagement.cpp b/NSudoSDK/NSudoResourceManagement.cpp index 1b9cff9e..2f358eb6 100644 --- a/NSudoSDK/NSudoResourceManagement.cpp +++ b/NSudoSDK/NSudoResourceManagement.cpp @@ -228,7 +228,7 @@ bool SuCreateProcess( } else { - final_command_line == lpCommandLine; + final_command_line = lpCommandLine; } return NSudoCreateProcess( diff --git "a/\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/\346\233\264\346\226\260\346\227\245\345\277\227.md" index 4a1a96b7..13a77f19 100644 --- "a/\346\233\264\346\226\260\346\227\245\345\277\227.md" +++ "b/\346\233\264\346\226\260\346\227\245\345\277\227.md" @@ -2,6 +2,9 @@ - [English](Changelog.md) +**NSudo 6.0.1802.2 v2** +- 修复点击运行按钮只弹出命令提示符的问题。(感谢AeonX) + **NSudo 6.0.1802.2** - 修复多个Bug和改善多个实现。 - 增加两个独立的可执行文件用于不同情况。