Distributing EXE files in releases in any way shape or form is against the license.#5
Distributing EXE files in releases in any way shape or form is against the license.#5Zendevve wants to merge 1 commit into
Conversation
Added a note about downloading the Windows EXE installation file from the Releases section. Signed-off-by: Kevin T <159864617+pseudovin@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
The PR's stated intent (per title/description) is a complaint that distributing EXE files in releases violates the project's license, requesting the EXE be taken down within 3 days. However, the actual code change does the opposite: it adds a prominent centered <h2> heading in the README directing users to the Releases section to download the Windows EXE installer. There is a fundamental contradiction between the described intent and the implemented change.
Changes:
- Adds an
<h2>line in the centered header block ofREADME.mdadvertising the Windows EXE download in the Releases section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <br> | ||
|
|
||
| <div align="center"> | ||
| <h2>Check <a href="https://github.com/pseudovin/capcut-version-guard/releases">Releases section</a> to download Windows EXE installation file!</h2> |
| <div align="center"> | ||
| <h2>Check <a href="https://github.com/pseudovin/capcut-version-guard/releases">Releases section</a> to download Windows EXE installation file!</h2> |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32e58e8940
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <br> | ||
|
|
||
| <div align="center"> | ||
| <h2>Check <a href="https://github.com/pseudovin/capcut-version-guard/releases">Releases section</a> to download Windows EXE installation file!</h2> |
There was a problem hiding this comment.
Remove binary download callout from README
This new callout directs users to download a Windows EXE from releases, which conflicts with the same README’s license/legal section that says binary redistribution is prohibited; that makes the documentation internally inconsistent and can push users toward a distribution path the project explicitly disallows. In practice, anyone following this prominent header instruction may violate stated licensing terms, creating avoidable legal/compliance risk for maintainers and users.
Useful? React with 👍 / 👎.
You clearly didnt read the license. I will give you 3 days to take it down.