Skip to content

Commit

Permalink
Fixed|Windows|Installer: Path of the app icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 26, 2013
1 parent 10e9e15 commit e5e8c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/win32/setup.iss.template
Expand Up @@ -136,7 +136,7 @@ Source: "data\graphics\background.pcx"; DestDir: "{app}\data\graphics"; Componen
Source: "data\graphics\loading1.png"; DestDir: "{app}\data\graphics"; Components: Engine
Source: "data\graphics\loading2.png"; DestDir: "{app}\data\graphics"; Components: Engine
Source: "data\graphics\logo.png"; DestDir: "{app}\data\graphics"; Components: Engine
Source: "res\windows\doomsday.ico"; DestDir: "{app}\data\graphics"; Components: Engine
Source: "data\graphics\doomsday.ico"; DestDir: "{app}\data\graphics"; Components: Engine
Source: "data\fonts\console11.dfn"; DestDir: "{app}\data\fonts"; Components: Engine
Source: "data\fonts\console14.dfn"; DestDir: "{app}\data\fonts"; Components: Engine
Source: "data\fonts\console18.dfn"; DestDir: "{app}\data\fonts"; Components: Engine
Expand Down

0 comments on commit e5e8c55

Please sign in to comment.