@itera-web/cli 1.1.68 → 1.1.70
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.
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ var log_1 = require("../../public/log");
|
|
|
61
61
|
var public_1 = require("../../public/public");
|
|
62
62
|
var sign_1 = require("../../public/sign");
|
|
63
63
|
var update_version_1 = require("../../public/update-version");
|
|
64
|
-
(0, child_process_1.execSync)('chcp 65001');
|
|
64
|
+
process.platform === 'win32' && (0, child_process_1.execSync)('chcp 65001');
|
|
65
65
|
var rootPath = (_a = store_1.mainData.runtimePath) !== null && _a !== void 0 ? _a : '';
|
|
66
66
|
var coreAppPath = (_b = store_1.mainData.updateConfig.configPath.coreAppPath) !== null && _b !== void 0 ? _b : '';
|
|
67
67
|
var coreProPath = (_c = store_1.mainData.updateConfig.configPath.coreProPath) !== null && _c !== void 0 ? _c : '';
|
package/package.json
CHANGED
package/dist/plugins/app.exe
DELETED
|
Binary file
|