Removed unnecessary icon file from release packaging.

This commit is contained in:
WrinklyNinja
2013-09-20 12:41:41 +01:00
parent 2d4ecb80ec
commit d5ad583716
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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') )
-2
View File
@@ -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"