Skip to content

Commit a713db1

Browse files
authored
Update change log and fix duplicate (bycryptexe) file in VSIX manifest (#4966)
1 parent f6005d8 commit a713db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2021.2.1 (28 February 2021)
3+
## 2021.2.1 (26 February 2021)
44

55
### Fixes
66

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function getAllowedWarningsForWebPack(buildConfig) {
236236

237237
gulp.task('includeBCryptGenRandomExe', async () => {
238238
const src = path.join(ExtensionRootDir, 'src', 'BCryptGenRandom', 'BCryptGenRandom.exe');
239-
const dest = path.join(ExtensionRootDir, 'out', 'BCryptGenRandom', 'BcryptGenRandom.exe');
239+
const dest = path.join(ExtensionRootDir, 'out', 'BCryptGenRandom', 'BCryptGenRandom.exe');
240240
if (fs.existsSync(dest)) {
241241
return;
242242
}

0 commit comments

Comments
 (0)