This commit is contained in:
arm64v8a
2022-11-14 09:34:07 +09:00
parent a0edc1d05c
commit 42b231c1fc
9 changed files with 19 additions and 21 deletions

View File

@@ -385,9 +385,7 @@ MainWindow::MainWindow(QWidget *parent)
args.push_back(IS_NEKO_BOX ? "nekobox" : "nekoray");
args.push_back("-port");
args.push_back(Int2String(NekoRay::dataStore->core_port));
#ifdef NKR_DEBUG
args.push_back("-debug");
#endif
if (NekoRay::dataStore->flag_debug) args.push_back("-debug");
// Start core
core_process = new NekoRay::sys::CoreProcess(core_path, args);