fix appimage

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-15 11:32:37 -04:00
parent 053d68deef
commit 08d320cc27
16 changed files with 400 additions and 505 deletions

View file

@ -1,5 +1,4 @@
# TODO: This document needs to be formatted,
# appimage should use linuxdeploy probably
# some stuff needs cleaned up etc
name: eden-build
@ -160,17 +159,18 @@ jobs:
fetch-tags: true
- name: Build
run: ./.ci/linux.sh
- name: Package AppImages
run: |
./AppImage-build-local.sh
./.ci/linux.sh v3 4
- name: Package AppImage
run: |
./.ci/package-appimage.sh v3
- name: Upload Linux artifacts
uses: forgejo/upload-artifact@v4
with:
name: linux.zip
path: *.AppImage
path: ./*.AppImage
android:
runs-on: android

View file

@ -7,9 +7,6 @@ on:
jobs:
license-header:
runs-on: linux
container:
image: opensauce04/lime3ds-build:latest
options: -u 1001
steps:
- uses: actions/checkout@v4
with: