update workflow

This commit is contained in:
uncor3
2025-09-14 02:18:40 +00:00
parent 23f6a5642d
commit df67ec0b34
+1 -4
View File
@@ -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 <<EOF > 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