Skip to content

Commit 4ce21d9

Browse files
authored
Merge pull request #246 from 4r7if3x/hotfix/build-packaging
Fixed build and packaging issues
2 parents 0c3c07c + ca11098 commit 4ce21d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1246
-649
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
1010

11+
[*.rtf]
12+
end_of_line = crlf
13+
1114
[{.gitignore,*.desktop}]
1215
indent_size = 0
1316

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* text eol=lf
22
.* text eol=lf
33

4+
*.bmp binary
45
*.png binary
56
*.icns binary
67
*.ico binary

0 commit comments

Comments
 (0)