feat: Implemented AppImage building

This commit is contained in:
Simeon Radivoev 2026-03-01 15:35:07 +02:00
parent d8f471dadc
commit 6a288f765e
38 changed files with 1036 additions and 147 deletions

View file

@ -39,11 +39,11 @@ jobs:
run: bun install --frozen-lockfile
- name: Build Canary
run: bun run package:auto-prod
run: bun run appimage:build:prod
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: canary-build
path: build/linux
path: build/Gameflow.AppImage
retention-days: 7