mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-19 18:11:07 +03:00
19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
|
; 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"
|