mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #352] [Feature Request] Multiple install files #335
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 @SplinterHead on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/352
Summary
Some of my GOG games have an extra installer for DLC, which I would like to execute as part of the setup process
Proposed Solution
When adding a new game version, when selecting the Setup executable, allow me to add another executable to be installed after the base game is finished.
Potential Implementation Details (Suggestions)
An optional "+ Add Bonus Content" could be placed under the Setup field, which would add as many new rows as the user needs
Each row would have the same Setup path + flag options as the main installer
These executables get executed in order (to ensure base game is installed), maybe a script is generated behind the scenes