mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 15:23:10 +08:00
Improve: Add client update logic for client type EXE
This commit is contained in:
@@ -319,7 +319,11 @@ int main(int argc, const char *argv[])
|
||||
|
||||
status = 0;
|
||||
Mprintf("结束运行.\n");
|
||||
Sleep(1000);
|
||||
Sleep(500);
|
||||
if (isService) {
|
||||
Mprintf("CALL ServiceWrapper_Stop.\n");
|
||||
int r = ServiceWrapper_Stop();
|
||||
}
|
||||
Logger::getInstance().stop();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user