mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed unnecessary icon file from release packaging.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
# build/BOSS.exe
|
||||
# resources/graphvis
|
||||
# resources/svgweb
|
||||
# resources/icon.ico
|
||||
# resources/polyfill.js
|
||||
# resources/script.js
|
||||
# resources/style.css
|
||||
@@ -39,7 +38,6 @@ shutil.copy( os.path.join('..', 'build', 'BOSS.exe'), temp_path )
|
||||
|
||||
shutil.copytree( os.path.join('..', 'resources', 'graphvis'), os.path.join(temp_path, 'resources', 'graphvis') )
|
||||
shutil.copytree( os.path.join('..', 'resources', 'svgweb'), os.path.join(temp_path, 'resources', 'svgweb') )
|
||||
shutil.copy( os.path.join('..', 'resources', 'icon.ico'), os.path.join(temp_path, 'resources') )
|
||||
shutil.copy( os.path.join('..', 'resources', 'polyfill.js'), os.path.join(temp_path, 'resources') )
|
||||
shutil.copy( os.path.join('..', 'resources', 'script.js'), os.path.join(temp_path, 'resources') )
|
||||
shutil.copy( os.path.join('..', 'resources', 'style.css'), os.path.join(temp_path, 'resources') )
|
||||
|
||||
@@ -271,7 +271,6 @@ FunctionEnd
|
||||
|
||||
;Install resource files.
|
||||
SetOutPath "$INSTDIR\resources"
|
||||
File "..\resources\icon.ico"
|
||||
File "..\resources\polyfill.js"
|
||||
File "..\resources\script.js"
|
||||
File "..\resources\style.css"
|
||||
@@ -383,7 +382,6 @@ FunctionEnd
|
||||
RMDir "$INSTDIR\docs"
|
||||
|
||||
;Remove resource files.
|
||||
Delete "$INSTDIR\resources\icon.ico"
|
||||
Delete "$INSTDIR\resources\polyfill.js"
|
||||
Delete "$INSTDIR\resources\script.js"
|
||||
Delete "$INSTDIR\resources\style.css"
|
||||
|
||||
Reference in New Issue
Block a user