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.
 
 
 
 
 
 

18 lines
354 B

; 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"