mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[GH-ISSUE #34] [Feature Request] Self updating #15
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 @quexeky on GitHub (May 24, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/34
Use Tauri updater and create a custom endpoint which only provides compatible versions to update the app using: https://v2.tauri.app/plugin/updater/
@useless-bit commented on GitHub (Aug 25, 2025):
Maybe a solution can be implemented that would not require an external server for the update. So that checks and downloads are handled from the self-hosted instance.
That could also prevent potential mismatches if the server is not updated to the latest version or if the client is in an isolated network without internet access.
Potentially, if https://github.com/Drop-OSS/drop/issues/196 is implemented, it could be used as a base.
Even a notification that an update is available would be valuable.
[Feature Request] Self updatingto [GH-ISSUE #34] [Feature Request] Self updating