Skip to content

Commit 469b4f6

Browse files
authored
Update Sign.ps1
1 parent 73c4ff2 commit 469b4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Sign.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sign all scripts in folder recursively by a self-signed certificate
22
$CertName = "Sophia Project"
3-
$FolderPath = "$PSSCriptRoot\Sophia Script"
3+
$FolderPath = "Sophia Script"
44
$ExtensionsToSearchIn = @(".ps1", ".psm1", ".psd1")
55
# Get-ChildItem -Path Cert:\LocalMachine\My, Cert:\CurrentUser\My | Where-Object -FilterScript {$_.Subject -eq "CN=$CertName"} | Remove-Item
66

0 commit comments

Comments
 (0)