CREATE_PROJECT: Only copy necessary data files in postbuild script

This commit is contained in:
Littleboy 2011-05-11 18:13:22 -04:00
parent 3cb7d4b1cc
commit 7cc965d24b
2 changed files with 17 additions and 16 deletions

View file

@ -73,7 +73,7 @@ Sub CreateInstaller()
Dim commandLine : commandLine = """" & nsisPath & "\makensis.exe"" /V2" & _
" /Dtop_srcdir=""" & rootFolder & """" & _
" /Dbuild_dir=""" & targetFolder & """" & _
" /Dtext_dir=""" & targetFolder & """" & _
" /Dtext_dir=""" & rootFolder & """" & _
" /DARCH=""" & arch & """" & _
" """ & rootFolder & "\dists\nsis\scummvm.nsi"""