diff --git a/build/npm/update-distro.js b/build/npm/update-distro.js index c384d8d58d..fed68c729c 100644 --- a/build/npm/update-distro.js +++ b/build/npm/update-distro.js @@ -8,11 +8,11 @@ const path = require('path'); const fs = require('fs'); const rootPath = path.dirname(path.dirname(path.dirname(__dirname))); -const vscodePath = path.join(rootPath, 'vscode'); -const distroPath = path.join(rootPath, 'vscode-distro'); +const vscodePath = path.join(rootPath, 'azuredatastudio'); // {{SQL CARBON EDIT}} replace vscode +const distroPath = path.join(rootPath, 'azuredatastudio-release'); // {{SQL CARBON EDIT}} replace vscode const commit = cp.execSync('git rev-parse HEAD', { cwd: distroPath, encoding: 'utf8' }).trim(); const packageJsonPath = path.join(vscodePath, 'package.json'); const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8')); packageJson.distro = commit; -fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2)); \ No newline at end of file +fs.writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2)); diff --git a/package.json b/package.json index c4f258895d..45808d63a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.14.0", - "distro": "01d4471bbc2227c73907d5b42d6a54259e88b77c", + "distro": "1835651bcf10542d54929a1446ef71ec73c28010", "author": { "name": "Microsoft Corporation" }, @@ -185,4 +185,4 @@ "windows-mutex": "0.3.0", "windows-process-tree": "0.2.4" } -} +} \ No newline at end of file