Dmitry Nefedov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
Scripts/Sign.ps1
|
@ -1,4 +1,3 @@ |
|
|
cls |
|
|
|
|
|
# Sign all scripts in folder recursively by a self-signed certificate |
|
|
# Sign all scripts in folder recursively by a self-signed certificate |
|
|
$CertName = "Sophia Project" |
|
|
$CertName = "Sophia Project" |
|
|
$FolderPath = "$PSScriptRoot\Sophia Script" |
|
|
$FolderPath = "$PSScriptRoot\Sophia Script" |
|
|