Skip to content

Commit 59ced6c

Browse files
committed
Make folder structure on windows equivalent
1 parent d44ccf8 commit 59ced6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/buildRelease.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const bundleGit = ({
106106

107107
fs.unlinkSync(path.join(tempFile));
108108

109+
if (process.platform === 'win32') {
110+
fs.renameSync(buildDirectory, path.join(buildDirectory, 'git-rs'));
111+
}
112+
109113
try {
110114
zip.zipSync(buildDirectory, `${process.env.TARGET}.zip`);
111115
} catch (error) {

0 commit comments

Comments
 (0)