hunter-open-sdk 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,11 +128,6 @@ var installDriver = function installDriver() {
|
|
|
128
128
|
console.log('安装 error>>', error);
|
|
129
129
|
console.log('安装 stdout>>>', stdout);
|
|
130
130
|
console.log('安装 stderr>>>', stderr);
|
|
131
|
-
if ((0, _utils.isDev)()) {
|
|
132
|
-
(0, _utils2.command)(path.join(process.cwd(), './extraResources/ightools.exe'));
|
|
133
|
-
} else {
|
|
134
|
-
(0, _utils2.command)(path.join(process.resourcesPath, './extraResources/ightools.exe'));
|
|
135
|
-
}
|
|
136
131
|
checkProcessTimer();
|
|
137
132
|
if (error) {
|
|
138
133
|
console.error('驱动安装失败:', error);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|