Skip to content

Commit d505a68

Browse files
dcbakerjpakkane
authored andcommitted
Fix crlf line endings
mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files
1 parent fe3efe0 commit d505a68

File tree

3 files changed

+91
-90
lines changed

3 files changed

+91
-90
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.gitattributes export-ignore
33
* text eol=lf
44
*.png binary
5+
*.icns binary
+18-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
; Innosetup file for My app.
2-
3-
[Setup]
4-
AppName=My App
5-
AppVersion=1.0
6-
DefaultDirName={pf}\My App
7-
DefaultGroupName=My App
8-
UninstallDisplayIcon={app}\myapp.exe
9-
Compression=lzma2
10-
SolidCompression=yes
11-
OutputDir=.
12-
13-
[Files]
14-
Source: "myapp.exe"; DestDir: "{app}"
15-
Source: "SDL2.dll"; DestDir: "{app}"
16-
17-
;[Icons]
18-
;Name: "{group}\My App"; Filename: "{app}\myapp.exe"
1+
; Innosetup file for My app.
2+
3+
[Setup]
4+
AppName=My App
5+
AppVersion=1.0
6+
DefaultDirName={pf}\My App
7+
DefaultGroupName=My App
8+
UninstallDisplayIcon={app}\myapp.exe
9+
Compression=lzma2
10+
SolidCompression=yes
11+
OutputDir=.
12+
13+
[Files]
14+
Source: "myapp.exe"; DestDir: "{app}"
15+
Source: "SDL2.dll"; DestDir: "{app}"
16+
17+
;[Icons]
18+
;Name: "{group}\My App"; Filename: "{app}\myapp.exe"

0 commit comments

Comments
 (0)