aboutsummaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-29 13:59:33 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-30 00:28:02 +0200
commitd505a68e3489a30ef12f59cbaeef2b9d1bbc3e66 (patch)
tree2fed7f988fba35902fbfc8c6cf0f94f7826bcd50 /manual tests
parentfe3efe0bc6f0bb0f282a2d1f7db4e72f16a3f51c (diff)
downloadmeson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.zip
meson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.tar.gz
meson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.tar.bz2
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
Diffstat (limited to 'manual tests')
-rw-r--r--manual tests/4 standalone binaries/myapp.iss36
1 files changed, 18 insertions, 18 deletions
diff --git a/manual tests/4 standalone binaries/myapp.iss b/manual tests/4 standalone binaries/myapp.iss
index dda1537..2bd441d 100644
--- a/manual tests/4 standalone binaries/myapp.iss
+++ b/manual tests/4 standalone binaries/myapp.iss
@@ -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"