mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1879
Author: @cfsmp3
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @cfsmp3
Base:
master← Head:feat/appimage-variants-and-ci📝 Commits (3)
8c0fe08feat: Add AppImage build variants and CI workflow (#1348)ec11b00fix(ci): Use correct Rust toolchain action nameb88d1ebfix(ci): Fix AppImage build failures for OCR and HardSubX variants📊 Changes
2 files changed (+374 additions, -50 deletions)
View changed files
➕
.github/workflows/build_appimage.yml(+157 -0)📝
linux/build_appimage.sh(+217 -50)📄 Description
Summary
Rewrites the AppImage build script and adds a CI workflow to automatically build AppImages on releases.
Build Variants (matching Docker)
Changes to
linux/build_appimage.shBUILD_TYPEenvironment variable to select variantENABLE_OCR=yesto make instead of-DWITH_OCR=ONto cmake)TESSDATA_PREFIXNew CI Workflow
.github/workflows/build_appimage.ymlUsage
Testing
Tested locally - minimal variant builds successfully and runs:
Closes #1348
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.