Skip to content

Commit

Permalink
Fix libraries name
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Jan 20, 2024
1 parent 55686bc commit 108412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Deploy WiiUDownloader
run: |
mv main WiiUDownloader
docker run --privileged --rm -e DEPLOY_GTK_VERSION=3 -e OUTPUT="WiiUDownloader-Linux-x86_64.AppImage" -e UPDATE_INFORMATION="gh-releases-zsync|Xpl0itU|WiiUDownloader|latest|WiiUDownloader-*.AppImage.zsync" -v ${PWD}:/project builder linuxdeploy.AppImage --plugin gtk --plugin checkrt --output=appimage --create-desktop-file --executable=WiiUDownloader --appdir dist --icon-file data/WiiUDownloader.png --library pkg/aria2go/aria2-lib/lib/libcrypto.so --library pkg/aria2go/aria2-lib/lib/libssl.so --library pkg/aria2go/aria2-lib/lib/libcrypto.1.1.so --library pkg/aria2go/aria2-lib/lib/libssl.1.1.so
docker run --privileged --rm -e DEPLOY_GTK_VERSION=3 -e OUTPUT="WiiUDownloader-Linux-x86_64.AppImage" -e UPDATE_INFORMATION="gh-releases-zsync|Xpl0itU|WiiUDownloader|latest|WiiUDownloader-*.AppImage.zsync" -v ${PWD}:/project builder linuxdeploy.AppImage --plugin gtk --plugin checkrt --output=appimage --create-desktop-file --executable=WiiUDownloader --appdir dist --icon-file data/WiiUDownloader.png --library pkg/aria2go/aria2-lib/lib/libcrypto.so --library pkg/aria2go/aria2-lib/lib/libssl.so --library pkg/aria2go/aria2-lib/lib/libcrypto.so.1.1 --library pkg/aria2go/aria2-lib/lib/libssl.so.1.1
- name: Upload Linux Artifact
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 108412d

Please sign in to comment.