mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[Request] Separate "Program Pack" instead of bundling with every single zip #661
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 @mnadareski on GitHub (Nov 30, 2023).
Originally assigned to: @mnadareski on GitHub.
Instead of packing every program with every zip and making it harder to maintain, have a separate download pack that includes all of the dumping programs at the correct versions. Possibly one for each x86 and x64.
@Deterous commented on GitHub (Nov 30, 2023):
I think it is better to bundle them, or else people will forget to download new program packs and be running MPF 5.2.0 with redumper v1. Additionally, the download list on new releases is long enough :)
@mnadareski commented on GitHub (Nov 30, 2023):
Sample build script that would omit the programs. Useful for a mega build script that builds all possible versions.
@mnadareski commented on GitHub (Dec 2, 2023):
The new build script has made this discussion obsolete.