diff --git a/deployment/win/create_archive.bat.in b/deployment/win/create_archive.bat.in index 01193bf5cdf893e8064804d67eddf10ca967a3d3..f7037e2172c241b762dfe8b06d780f4e7fd5cb76 100644 --- a/deployment/win/create_archive.bat.in +++ b/deployment/win/create_archive.bat.in @@ -16,6 +16,7 @@ xcopy /E /I ..\..\stage\share "%inst_dir%\share\" REM xcopy /E /I ..\..\website\html "%inst_dir%\share\doc" copy d:\programs\bin\python.exe "%inst_dir%\bin" copy ..\README.txt "%inst_dir%" +copy dng.bat "%inst_dir%" xcopy /E /I /EXCLUDE:excludes d:\programs\lib "%inst_dir%\lib" xcopy /E /I ..\..\stage\lib "%inst_dir%\lib" xcopy /E /I /EXCLUDE:excludes ..\..\stage\bin "%inst_dir%\bin"