mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
update workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user