Revert "Don't package debugging pack files."

This reverts commit 78f29e4ad6.
This commit is contained in:
Oliver Hamlet
2015-02-08 20:59:00 +00:00
parent d95652f8f4
commit 4e6561e265
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -118,6 +118,10 @@ def createAppArchive(archive_path):
shutil.copy( os.path.join('..', 'build', 'Release', 'libGLESv2.dll'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'libcef.dll'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'wow_helper.exe'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef_100_percent.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef_200_percent.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'devtools_resources.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'icudtl.dat'), temp_path )
# Translation files.
+8
View File
@@ -329,6 +329,10 @@ FunctionEnd
File "..\build\Release\libGLESv2.dll"
File "..\build\Release\libcef.dll"
File "..\build\Release\wow_helper.exe"
File "..\build\Release\cef.pak"
File "..\build\Release\cef_100_percent.pak"
File "..\build\Release\cef_200_percent.pak"
File "..\build\Release\devtools_resources.pak"
File "..\build\Release\icudtl.dat"
;Install UI files.
@@ -482,6 +486,10 @@ FunctionEnd
Delete "$INSTDIR\libGLESv2.dll"
Delete "$INSTDIR\libcef.dll"
Delete "$INSTDIR\wow_helper.exe"
Delete "$INSTDIR\cef.pak"
Delete "$INSTDIR\cef_100_percent.pak"
Delete "$INSTDIR\cef_200_percent.pak"
Delete "$INSTDIR\devtools_resources.pak"
Delete "$INSTDIR\icudtl.dat"
;Remove readme images.