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.
2 parents c3b91b3 + 0ef8d2a commit f276ff9Copy full SHA for f276ff9
1 file changed
fscps.tools/internal/functions/invoke-fsccompile.ps1
@@ -105,7 +105,7 @@ function Invoke-FSCCompile {
105
$Version = $settings.buildVersion
106
}
107
108
- Convert-FSCPSTextToAscii -Text "FSCPS $($settings.fscPsVer)" -Font "Standard" -BorderType DoubleDots -HorizontalLayout Fitted -Padding 2
+ Convert-FSCPSTextToAscii -Text "FSCPS $($settings.fscPsVer)" -Font "Term" -BorderType DoubleDots -HorizontalLayout Fitted -Padding 2
109
110
if([string]::IsNullOrEmpty($Version))
111
{
0 commit comments