mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 00:26:55 -04:00
[GH-ISSUE #170] Allow a drop game version to support multiple OSs #85
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 @Huskydog9988 on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/170
Many games as distributed with the ability to run on multiple platforms, just by changing which binary is called. Being able to tell drop how to run the version on each platform it supports is a massive quality of life boost, as it prevents people from having to version in duplicate their library, or work out how hardlinks work.
@Bensonheimer992 commented on GitHub (Aug 3, 2025):
Would be a great feature
@DecDuck commented on GitHub (Aug 15, 2025):
Do we think just asking users to symlink to make two copies of the same version would be an adequate solution?
@Huskydog9988 commented on GitHub (Aug 19, 2025):
If the symlink was created by drop, I think that might be acceptable
Allow a drop game version to support multiple OSsto [GH-ISSUE #170] Allow a drop game version to support multiple OSs@DecDuck commented on GitHub (Feb 18, 2026):
Landing in v0.4.0