@brunoluizdesiqueira/bbuilder-cli 1.0.15 → 1.0.16

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