mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 08:23:14 +01:00
Update export-to-serenade.ps1
This commit is contained in:
parent
ee575cc2fd
commit
79537aa0b7
@ -33,7 +33,7 @@ try {
|
||||
"⏳ Found $($Scripts.Count) PowerShell scripts..."
|
||||
"⏳ Writing custom JavaScript file $TargetFile..."
|
||||
|
||||
"/* NOTE: This file has been generated automatically by export-to-serenade.ps1 */" | Set-Content "$TargetFile"
|
||||
"/* DO NOT EDIT! This file has been generated automatically by export-to-serenade.ps1 */" | Set-Content "$TargetFile"
|
||||
foreach ($Script in $Scripts) {
|
||||
$ScriptName = $Script.basename
|
||||
$Keyword = $ScriptName -replace "-"," "
|
||||
|
Loading…
Reference in New Issue
Block a user