Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorassarbad <none@none>2006-07-05 00:33:22 +0400
committerassarbad <none@none>2006-07-05 00:33:22 +0400
commit37fba1e215c8dbe2a336b146913cc29f716ab568 (patch)
tree54078d04c825b5b8c8ae7ef0ad43d14994354374 /setup
parent86068581b133bbfcac026543463003c6aaf85d79 (diff)
- Added developer docs
- Enhanced cleanbuild script - Changed path to *.chm in the setup script
Diffstat (limited to 'setup')
-rw-r--r--setup/GatherFilesAndCreateSetup.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/GatherFilesAndCreateSetup.cmd b/setup/GatherFilesAndCreateSetup.cmd
index 2a43ba9..3d7be77 100644
--- a/setup/GatherFilesAndCreateSetup.cmd
+++ b/setup/GatherFilesAndCreateSetup.cmd
@@ -62,7 +62,7 @@ echo *.dll (Resource DLLs and shfolder.dll)
copy /y /v ..\release\*.dll "%install%" > NUL
copy /y /v ..\urelease\*.dll "%install%" > NUL
echo *.chm (Help files)
-copy /y /v ..\urelease\*.chm "%install%" > NUL
+copy /y /v ..\help\*.chm "%install%" > NUL
echo *.exe (ANSI and Unicode version)
copy /y /v ..\urelease\windirstat.exe "%install%\windirstatU.exe" > NUL
copy /y /v ..\release\windirstat.exe "%install%\windirstatA.exe" > NUL