Skip to content

Commit e3e7942

Browse files
Travsi CI Win32: Pack windows-kill.exe with the executable
Signed-off-by: Martin Ribelotta <[email protected]>
1 parent 2b43b49 commit e3e7942

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/tests-ci.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ pydeployqt --objdump ${MXE_TRIPLE}-objdump ${BASE}/build/gdbfront.exe \
4747
--extradll Qt5Svg.dll:Qt5Qml.dll:libjpeg-9.dll \
4848
--qmake ${MXEQT}/bin/qmake
4949
mv ${BASE}/build ${MXE_PKG}
50-
50+
wget https://github.com/alirdn/windows-kill/releases/download/1.1.4/windows-kill_Win32_1.1.4_lib_release.zip
51+
unzip -j windows-kill_Win32_1.1.4_lib_release.zip
52+
mv windows-kill.exe ${MXE_PKG}
53+
rm windows-kill_Win32_1.1.4_lib_release.zip
5154
zip -9 -r ${MXE_PKG}.zip ${MXE_PKG}

0 commit comments

Comments
 (0)