aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cd.yml
diff options
context:
space:
mode:
authorLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:42:44 +0100
committerLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:42:44 +0100
commit11f26e4026574a89449fce9f39055dd7d7bdc63b (patch)
treef16fe350773078608d57119ebe950c5d2793db46 /.github/workflows/cd.yml
parente8cfe7bc1fb59c150d6abc84956c8c6dfaa7e4a8 (diff)
Merging upstream version 2.1.2~dev0+20231127.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '.github/workflows/cd.yml')
-rw-r--r--.github/workflows/cd.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 8a99733..8ef9010 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -84,12 +84,13 @@ jobs:
run: |
pyinstaller --clean delugewin.spec --distpath freeze
- - name: Fix OpenSSL for libtorrent x64
- if: ${{ matrix.arch == 'x64' }}
- working-directory: packaging/win/freeze/Deluge
+ - name: Verify Deluge exes
+ working-directory: packaging/win/freeze/Deluge/
run: |
- cp libssl-1_1.dll libssl-1_1-x64.dll
- cp libcrypto-1_1.dll libcrypto-1_1-x64.dll
+ deluge-debug.exe -v
+ deluged-debug.exe -v
+ deluge-web-debug.exe -v
+ deluge-console -v
- name: Make Deluge Installer
working-directory: ./packaging/win