This repository is designed to repack the latest release of Lossless Cut from mifi/lossless-cut and package it as a ZIP file for installation on Windows using winget.
- This repository is not affiliated with the developers of Lossless Cut.
- I do not provide any support for the software.
- The code is not modified in any way.
- All logic for the repackaging process is implemented in the GitHub Action located at create_release.yaml.
To install Lossless Cut using winget, you can use the following command:
winget install ch.LosslessCut
.github/workflows/create_release.yaml
: Contains the GitHub Action logic for repackaging the latest release.README.md
: This documentation file.
This project is licensed under the LGPL-2.1. See the LICENSE file for details.
- Lossless Cut for the original software.
- winget for the Windows package manager.
Feel free to explore the repository and contribute if you wish!