Skip to content

Commit

Permalink
Win32: Install readme.txt in the doc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 20, 2012
1 parent c1bb56b commit 99b4ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distrib/win32/dorel.bat
Expand Up @@ -32,6 +32,9 @@ rd/s/q work

IF %BUILDFAILURE% == 1 GOTO Failure

REM -- Update readme (could also run Amethyst here).
copy "C:\Users\Virtual\Dropbox\Doomsday\readme\readme.txt" ..\products\doc

REM -- Run the Inno Setup Compiler.
"C:\Program Files\Inno Setup 5\Compil32.exe" /cc setup.iss

Expand Down
1 change: 1 addition & 0 deletions distrib/win32/setup.iss.template
Expand Up @@ -88,6 +88,7 @@ Source: "..\..\snowberry\conf\*.conf"; DestDir: "{app}\snowberry\conf"; Componen

; Documentation
Source: "doc\LICENSE"; DestDir: "{app}\doc"; Components: Engine
Source: "doc\readme.txt"; DestDir: "{app}\doc"; Components: Engine

; Resources
Source: "data\doomsday.pk3"; DestDir: "{app}\data"; Components: Engine
Expand Down

0 comments on commit 99b4ef7

Please sign in to comment.