Skip to content

Commit 0874ad9

Browse files
committed
Do not make dugite symlinks absolute
1 parent 04e5418 commit 0874ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ function copyDependencies() {
351351
mkdirSync(gitDir, { recursive: true })
352352
cpSync(path.resolve(projectRoot, 'app/node_modules/dugite/git'), gitDir, {
353353
recursive: true,
354+
verbatimSymlinks: true,
354355
})
355356

356357
console.log(' Copying desktop credential helper…')

0 commit comments

Comments
 (0)