Releases: hoewllo/Avoid-ad-read
Releases · hoewllo/Avoid-ad-read
EPUB Ad Cleaner v1.1.5 (Build 25)
EPUB Ad Cleaner Release
Version: 1.1.5
Build: 25
Commit: 3bd9340
Package Types
This release contains two types of packages for each platform:
- Full Packages - Contains executable + all libraries (for development/integration)
- 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
- Download the appropriate package for your platform
- Extract:
tar -xzf epub-cleaner-<platform>-<type>.tar.gz - Run:
./epub_cleaner(Linux/macOS) orepub_cleaner.exe(Windows)
Example:
epub_cleaner input.epub output.epubSee the included README.md for more details.