Bump release

This commit is contained in:
ZeldaZach 2024-11-22 22:52:22 -05:00
parent 1c395a75e7
commit 4d0c047c63
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View file

@ -277,10 +277,6 @@ jobs:
asset_name: ${{steps.build.outputs.name}}
run: gh release upload "$tag_name" "$asset_path#$asset_name"
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
build-windows:
strategy:
fail-fast: false

View file

@ -49,8 +49,6 @@ AbstractClient::AbstractClient(QObject *parent)
qRegisterMetaType<QList<QString>>("missingFeatures");
qRegisterMetaType<PendingCommand *>("pendingCommand");
FeatureSet features;
features.initalizeFeatureList(clientFeatures);