From 78f29e4ad64ab059963c9688862a0ec23367cc3d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 8 Feb 2015 16:51:02 +0000 Subject: [PATCH] Don't package debugging pack files. The .pak files bundled with CEF aren't necessary for LOOT's normal operation, so don't bundle them in the archives or installer. --- src/archive.py | 4 ---- src/installer.nsi | 8 -------- 2 files changed, 12 deletions(-) diff --git a/src/archive.py b/src/archive.py index 1cc6e68d..d97da0c7 100644 --- a/src/archive.py +++ b/src/archive.py @@ -118,10 +118,6 @@ 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. diff --git a/src/installer.nsi b/src/installer.nsi index 02f480a3..ee9b5cb0 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -329,10 +329,6 @@ 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. @@ -486,10 +482,6 @@ 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.