mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
Work around for liblego1.so loading, fix arguments
This commit is contained in:
parent
b93358dd62
commit
caab40deb0
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -94,15 +94,15 @@ jobs:
|
||||
- name: Package (AppImage)
|
||||
if: ${{ matrix.linux }}
|
||||
run: |
|
||||
NO_STRIP=1 ${{ steps.install-linuxdeploy.outputs.linuxdeploy }} \
|
||||
--plugin qt \
|
||||
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" && NO_STRIP=1 ${{ steps.install-linuxdeploy.outputs.linuxdeploy }} \
|
||||
--plugin=qt \
|
||||
-e build/isle \
|
||||
-e build/isle-config \
|
||||
-l build/liblego1.so \
|
||||
-d build/packaging/linux/org.legoisland.Isle.desktop \
|
||||
-i build/icons/@APP_ID@.svg \
|
||||
--custom-apprun=/packaging/linux/appimage/AppRun \
|
||||
--appdir=build/packaging/linux/appimage/AppDir \
|
||||
--appdir build/packaging/linux/appimage/AppDir \
|
||||
--output "dist/isle-$(uname -m).AppImage"
|
||||
|
||||
- name: Upload Artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user