From df67ec0b34445d86fad42714f7934a68cff767b6 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 14 Sep 2025 02:18:40 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f073c03..a2a838c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,9 +153,6 @@ jobs: run: | cp icons/icon.png build/iDescriptor.png - # Copy the Go library to the same directory as the executable - cp build/src/lib/ipatool-go/libipatool-go.so build/ - # Create a .desktop file required for the AppImage cat < build/iDescriptor.desktop [Desktop Entry] @@ -178,7 +175,7 @@ jobs: run: | export VERSION=1.0.0 # Include the Go library as an additional executable/library - ../linuxdeployqt-continuous-x86_64.AppImage iDescriptor -executable=libipatool-go.so -appimage + ../linuxdeployqt-continuous-x86_64.AppImage iDescriptor -appimage - name: Upload Artifact uses: actions/upload-artifact@v4