Skip to content

Commit 8cfb637

Browse files
committed
(#51) CI: update all the files to not contain UTF-8 BOM
1 parent cee8a8e commit 8cfb637

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.idea/.idea.tdlib.native.dir/.idea/dictionaries/fried.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.tdlib.native.dir/.idea/encodings.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MAINTAINERSHIP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tdlib.native Maintainership
1+
tdlib.native Maintainership
22
===========================
33

44
Publish a New Version

linux/install-pwsh.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set -e
1+
set -e
22

33
apt-get update && apt-get install wget
44

linux/prepare-artifact.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
param (
1+
param (
22
[string] $InstallPrefix = "$PSScriptRoot/../build/install",
33
[string] $Target = "$PSScriptRoot/../artifacts"
44
)

0 commit comments

Comments
 (0)