Skip to content

Commit 6a3ef53

Browse files
author
Alex Stelmachonak
authored
Change script encoding to UTF-8 with BOM (lptstr#135)
Fixes PowerShell 5.x compatibility
1 parent c228cba commit 6a3ef53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

winfetch.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#!/usr/bin/env -S pwsh -nop
1+
#!/usr/bin/env -S pwsh -nop
22
#requires -version 5
33

4+
# (!) This file must to be saved in UTF-8 with BOM encoding in order to work with legacy Powershell 5.x
5+
46
<#PSScriptInfo
57
.VERSION 2.4.0
68
.GUID bfcfe9f2-ad01-460b-a0b8-434b8254d00f

0 commit comments

Comments
 (0)