mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Remove NSIS installer #5
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?
Originally created by @weltling on GitHub (Mar 18, 2019).
PFTT2 has a NSIS installer script, which appears to have been never used in real. There was a couple of releases, but otherwise it doesn't seem worth it. The script should be carefully removed, the definition file should be checked befor, whether some items need to be moved into the
setupoption of PFTT2. This would eliminate the need to maintain the installer, so the usage would only require checking out the repo.Thanks.