We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbce823 commit d5d0deeCopy full SHA for d5d0dee
.bin/Add-Private-Template-Symlinks.ps1
@@ -31,7 +31,7 @@ foreach ($file in $files) {
31
# Check if symlink already exists
32
if (-not (Test-Path -Path $linkPath -PathType Leaf)) {
33
# Create symlink
34
- New-Item -ItemType SymbolicLink -Path $linkPath -Value $targetPath
+ New-Item -ItemType HardLink -Path $linkPath -Value $targetPath
35
Write-Host "Symlink created for $($file.Name)"
36
} else {
37
Write-Host "Symlink already exists for $($file.Name)"
0 commit comments