wininstaller-innosetup icon indicating copy to clipboard operation
wininstaller-innosetup copied to clipboard

Remove outdated files

Open bertm opened this issue 8 years ago • 1 comments

This removes outdated files from the installer's tree. This serves two purposes: it strongly reduces the size of the repository, and prevents accidentally building an installer with old versions of the plugins, seednodes.fref or freenet.jar.

The plugin binaries, seednodes.fref and freenet.jar can safely be removed because as per the specification in the release-wininstaller script, they are to be supplied at build time. The outdated wrapper binaries are stale and no longer references to by the current installer, and can hence be safely removed as well.

bertm avatar Jun 26 '16 21:06 bertm

Hm. They're still in the history, are they not? So they still take up space. I can see the reasoning for not updating them because they'll be overwritten by release-wininstaller, but it does seem useful to be able to build an installer from just what's in the repository. Thoughts?

Thynix avatar Aug 20 '16 15:08 Thynix