File tree 3 files changed +91
-90
lines changed
manual tests/4 standalone binaries
3 files changed +91
-90
lines changed Original file line number Diff line number Diff line change 2
2
.gitattributes export-ignore
3
3
* text eol =lf
4
4
* .png binary
5
+ * .icns binary
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments