File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
ProteinCoverageSummarizer_Installer/Zipped Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ echo Be sure to build the program in Release mode
3
+ pause
4
+
5
+ @ echo on
1
6
" c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\README.md
2
7
" c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\RevisionHistory.txt
3
- " c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\AnyCPU\*.exe
4
- " c:\Program Files\7-Zip\7z.exe" a -r PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\AnyCPU\*.dll
8
+ " c:\Program Files\7-Zip\7z.exe" a PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\Release\*.exe
9
+ " c:\Program Files\7-Zip\7z.exe" a -r PeptideToProteinMapper.zip ..\..\PeptideToProteinMapper\bin\Release\*.dll
10
+
11
+ " c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\README.md
12
+ " c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\RevisionHistory.txt
13
+ " c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer.zip ..\..\bin\Release\*.exe
14
+ " c:\Program Files\7-Zip\7z.exe" a -r ProteinCoverageSummarizer.zip ..\..\bin\Release\*.dll
5
15
6
16
" c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer_Installer.zip ..\..\README.md
7
17
" c:\Program Files\7-Zip\7z.exe" a ProteinCoverageSummarizer_Installer.zip ..\..\RevisionHistory.txt
You can’t perform that action at this time.
0 commit comments