mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #369] Delta versions: delete old file of updated version #341
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 @mattiaginoble on GitHub (Mar 16, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/369
Hi,
I created a folder containing the base game and other folders with the update delta files, then I imported the versions onto the server.
The problem is that during the update patches, in addition to adding and replacing files, some of the old files are also deleted.
So, doing delta versioning on Drop causes issues because only the new files are added, but the old ones aren’t removed, unlike when applying the .exe patch directly to the game folder.
Is there a way to solve this problem?
Thank you very much.