forked from mesonbuild/meson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files
- Loading branch information
Showing
3 changed files
with
91 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.gitattributes export-ignore | ||
* text eol=lf | ||
*.png binary | ||
*.icns binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
; Innosetup file for My app. | ||
|
||
[Setup] | ||
AppName=My App | ||
AppVersion=1.0 | ||
DefaultDirName={pf}\My App | ||
DefaultGroupName=My App | ||
UninstallDisplayIcon={app}\myapp.exe | ||
Compression=lzma2 | ||
SolidCompression=yes | ||
OutputDir=. | ||
|
||
[Files] | ||
Source: "myapp.exe"; DestDir: "{app}" | ||
Source: "SDL2.dll"; DestDir: "{app}" | ||
|
||
;[Icons] | ||
;Name: "{group}\My App"; Filename: "{app}\myapp.exe" | ||
; Innosetup file for My app. | ||
|
||
[Setup] | ||
AppName=My App | ||
AppVersion=1.0 | ||
DefaultDirName={pf}\My App | ||
DefaultGroupName=My App | ||
UninstallDisplayIcon={app}\myapp.exe | ||
Compression=lzma2 | ||
SolidCompression=yes | ||
OutputDir=. | ||
|
||
[Files] | ||
Source: "myapp.exe"; DestDir: "{app}" | ||
Source: "SDL2.dll"; DestDir: "{app}" | ||
|
||
;[Icons] | ||
;Name: "{group}\My App"; Filename: "{app}\myapp.exe" |
Oops, something went wrong.