diff --git a/host/config.ini b/host/config.ini index 2beb897..d4a3df4 100644 --- a/host/config.ini +++ b/host/config.ini @@ -1,2 +1,2 @@ [Directories] -Output = /path/to/directory +Output = D:\Desktop\Gamecard diff --git a/host/nxdt_host.py b/host/nxdt_host.py index 954134e..2c3a150 100644 --- a/host/nxdt_host.py +++ b/host/nxdt_host.py @@ -636,7 +636,7 @@ def usbGetDeviceEndpoints() -> bool: if not g_cliMode: utilsLogException(traceback.format_exc()) - g_logger.error('Fatal error ocurred while enumerating USB devices.') + g_logger.error('Fatal error occurred while enumerating USB devices.') if g_isWindows: g_logger.error('Try reinstalling the libusbK driver using Zadig.') diff --git a/host/windows_make_standalone_Nuitka.bat b/host/windows_make_standalone_Nuitka.bat index 526d559..dfb4778 100644 --- a/host/windows_make_standalone_Nuitka.bat +++ b/host/windows_make_standalone_Nuitka.bat @@ -21,4 +21,4 @@ rmdir /s /q nxdt_host.dist rmdir /s /q nxdt_host.onefile-build rmdir /s /q standalone -pause +pause \ No newline at end of file