Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ cp -va $MINGW_PREFIX/share/qt6/plugins/platforms/* dist/share/qt6/plugins/platfo
mkdir -p dist/plugins
cp -va plugins/lib/libqscan_*.dll dist/plugins/

upx=$(find . -iname "upx.exe" -type f -print -quit)
if [ -e "$upx" ]; then
"./$upx" dist/*.exe dist/*.dll || true
fi

if command -v zip >/dev/null; then
mv dist ${archive/.zip/}
zip -9r $archive ${archive/.zip/}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
file gui/release/qpxtool.exe
file gui/release/qpxtool.exe | grep -q 'x86-64'
file gui/release/qpxtool.exe | grep -q 'for MS Windows'
- name: install UPX
run: |
wget -q https://github.com/upx/upx/releases/download/v5.1.1/upx-5.1.1-win64.zip
unzip upx-5.1.1-win64.zip
- name: prepare dist
id: dist
run: ./.github/workflows/make-dist.sh ${{ steps.conf.outputs.version }}
Expand Down
Loading