Removed old files from packaging scripts.

They're missing the new files, but that's because I'm not sure what
they'll be yet.
This commit is contained in:
Oliver Hamlet
2014-11-11 00:15:44 +00:00
parent 4b552da092
commit 2e5a0d0eb4
2 changed files with 0 additions and 19 deletions
-1
View File
@@ -129,7 +129,6 @@ def createAppArchive(archive_path):
shutil.copy( os.path.join('..', 'resources', 'l10n', lang, 'LC_MESSAGES', 'loot.mo'), os.path.join(temp_path, 'resources', 'l10n', lang, 'LC_MESSAGES') )
shutil.copytree( os.path.join('..', 'resources', 'report'), os.path.join(temp_path, 'resources', 'report') )
shutil.copy( os.path.join('..', 'resources', 'icon.ico'), os.path.join(temp_path, 'resources') )
shutil.copytree( os.path.join('..', 'docs', 'images'), os.path.join(temp_path, 'docs', 'images') )
shutil.copytree( os.path.join('..', 'docs', 'licenses'), os.path.join(temp_path, 'docs', 'licenses') )
-18
View File
@@ -323,19 +323,9 @@ FunctionEnd
;Install resource files.
SetOutPath "$INSTDIR\resources\report"
File "..\resources\report\report.html"
File "..\resources\report\js\custom.js"
File "..\resources\report\js\marked.js"
File "..\resources\report\js\order.js"
File "..\resources\report\js\plugin.js"
File "..\resources\report\js\require.js"
File "..\resources\report\js\script.js"
File "..\resources\report\css\style.css"
File "..\resources\report\css\font-awesome.min.css"
File "..\resources\report\fonts\fontawesome-webfont.woff"
;Install icon image.
SetOutPath "$INSTDIR\resources"
FIle "..\resources\icon.ico"
;Install documentation images.
SetOutPath "$INSTDIR\docs\images"
@@ -482,17 +472,9 @@ FunctionEnd
;Remove resource files.
Delete "$INSTDIR\resources\report\report.html"
Delete "$INSTDIR\resources\report\js\custom.js"
Delete "$INSTDIR\resources\report\js\marked.js"
Delete "$INSTDIR\resources\report\js\order.js"
Delete "$INSTDIR\resources\report\js\plugin.js"
Delete "$INSTDIR\resources\report\js\require.js"
Delete "$INSTDIR\resources\report\js\script.js"
Delete "$INSTDIR\resources\report\css\style.css"
Delete "$INSTDIR\resources\report\css\font-awesome.min.css"
Delete "$INSTDIR\resources\report\fonts\fontawesome-webfont.woff"
Delete "$INSTDIR\resources\icon.ico"
;Remove language files.
Delete "$INSTDIR\resources\l10n\ru\LC_MESSAGES\loot.mo"