Skip to content

Commit

Permalink
Issue 540: Copy peakdetector executable to final location.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed May 24, 2022
1 parent 96292d2 commit 62a7f89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions make_dist_win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ cp -v "${exepath}" "${distpath}/"
#Issue 499: Overwrite bad qsqlite.dll file with working qsqlite.dll file
cp src/maven_core/bin/dll/qsqlite.dll "${distpath}"/sqldrivers

#Issue 540: mzDeltas does not work with windeployqt
cp src/maven_core/bin/mzDeltas.exe "${distpath}"
#Issue 540: mzDeltas does not work with windeployqt, copy executable directly
cp -v src/maven_core/bin/mzDeltas.exe "${distpath}"

#Issue 540: Copy peakdetector executable to final location
cp -v "src/maven/bin/peakdetector.exe" "${distpath}/"

rm -rf "dist/${zipfn}"
(cd "${distpath}" && 7z a -tzip "../${zipfn}" *)

0 comments on commit 62a7f89

Please sign in to comment.