diff options
Diffstat (limited to 'plugins/IEHistory/pack symbols.bat')
-rw-r--r-- | plugins/IEHistory/pack symbols.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/IEHistory/pack symbols.bat b/plugins/IEHistory/pack symbols.bat deleted file mode 100644 index d6f50920b8..0000000000 --- a/plugins/IEHistory/pack symbols.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -if NOT EXIST "symbols\%1 - %3" ( - mkdir "symbols\%1 - %3" -) -xcopy "%2\Release\*.pdb" "symbols\%1 - %3\*" /EXCLUDE:symbols_exclude.txt /Y - -d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -r -c2 "symbols - %1.zip" "symbols\*.*" -rmdir "symbols\" /Q /S
\ No newline at end of file |