From ee2c449056c1ab2101cccc3fdb2f94f334fdf82c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Dec 2023 12:13:02 +0100 Subject: Adding upstream version 2.1.2~dev0+20231127. Signed-off-by: Daniel Baumann --- .github/workflows/cd.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.github/workflows/cd.yml') 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 -- cgit v1.2.3