From 6997ccf2dc61713c2838e0961fa00387744bf6b7 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sat, 13 Sep 2025 16:17:51 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d9cb75..2727bc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,6 +153,10 @@ jobs: run: | cp icons/icon.png build/iDescriptor.png + # Copy the Go library to the lib directory where linuxdeployqt can find it + mkdir -p build/lib + cp build/src/lib/ipatool-go/libipatool-go.so build/lib/ + # Create a .desktop file required for the AppImage cat < build/iDescriptor.desktop [Desktop Entry]