Skip to content

Commit

Permalink
Expand the batch file that updates zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Oct 31, 2020
1 parent a806afc commit adf9714
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions ProteinCoverageSummarizer_Installer/Zipped/Update_Zip_Files.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
@echo off
echo Be sure to build the program in Release mode
pause

@echo on
"c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\README.md
"c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\RevisionHistory.txt
"c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\AnyCPU\*.exe
"c:\Program Files\7-Zip\7z.exe" a -r PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\AnyCPU\*.dll
"c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\Release\*.exe
"c:\Program Files\7-Zip\7z.exe" a -r PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\Release\*.dll

"c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\README.md
"c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\RevisionHistory.txt
"c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\bin\Release\*.exe
"c:\Program Files\7-Zip\7z.exe" a -r ProteinCoverageSummarizer.zip ..\..\bin\Release\*.dll

"c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer_Installer.zip ..\..\README.md
"c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer_Installer.zip ..\..\RevisionHistory.txt
Expand Down

0 comments on commit adf9714

Please sign in to comment.