Skip to content

Releases: hoewllo/Avoid-ad-read

EPUB Ad Cleaner v1.1.5 (Build 25)

18 Apr 03:50

Choose a tag to compare

EPUB Ad Cleaner Release

Version: 1.1.5
Build: 25
Commit: 3bd9340

Package Types

This release contains two types of packages for each platform:

  1. Full Packages - Contains executable + all libraries (for development/integration)
  2. App Only Packages - Contains only the executable (for end users)

Available Packages

Platform Full Package App Only Package
Windows MSVC epub-cleaner-windows-msvc-full.tar.gz epub-cleaner-windows-msvc-app.tar.gz
Windows MinGW epub-cleaner-windows-mingw-full.tar.gz epub-cleaner-windows-mingw-app.tar.gz
Linux epub-cleaner-linux-full.tar.gz epub-cleaner-linux-app.tar.gz
macOS epub-cleaner-macos-full.tar.gz epub-cleaner-macos-app.tar.gz

Usage

  1. Download the appropriate package for your platform
  2. Extract: tar -xzf epub-cleaner-<platform>-<type>.tar.gz
  3. Run: ./epub_cleaner (Linux/macOS) or epub_cleaner.exe (Windows)

Example:

epub_cleaner input.epub output.epub

See the included README.md for more details.