@brunoluizdesiqueira/bbuilder-cli 1.0.8 → 1.0.9

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.
@@ -101,7 +101,7 @@ async function getDelphiEnvironment(delphiDir) {
101
101
  }
102
102
  try {
103
103
  const command = `call "${rsvarsPath}" >nul && set`;
104
- const result = await (0, execa_1.default)('cmd.exe', ['/d', '/s', '/c', `"${command}"`], {
104
+ const result = await (0, execa_1.default)('cmd.exe', ['/d', '/c', command], {
105
105
  env: process.env,
106
106
  });
107
107
  const resolved = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brunoluizdesiqueira/bbuilder-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI de build local para projetos Delphi do Bimer",
5
5
  "license": "ISC",
6
6
  "repository": {