The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
372 B
19 lines
372 B
10 years ago
|
; 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"
|