Skip to content

Commit e0c0b25

Browse files
committed
fix: use utf8 without bom
1 parent ec25115 commit e0c0b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
try {
1+
try {
22
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
33
$OutputEncoding = [System.Text.Encoding]::UTF8
44
} catch {

0 commit comments

Comments
 (0)