-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an "Uninstaller" #36
Comments
Hi Anthony, I’ve had to uninstall due to issues with android tv app. Which files do I need to delete that adding app to trash doesn’t delete. |
An uninstaller isn't the way to go, we may just have to change the paths to somewhere else. Is that possible with the executable? |
We can specify every single path with arguments to the executable (like I do for jellyfin-web). The issue is that changing them now would require a migration for all future "upgrades". |
Good point, but it's a trivial task to check paths, copy, and delete the old ones to migrate. |
Additionally, I'll be aggregating the contents to |
Alright, I dig it 🤠👍 |
The current .app places config files in a few separate locations, all of them standard as per XDG Locations (see jellyfin/jellyfin#698).
These folders are typically hidden as macOS hides dot-files by default. We should create an uninstaller that can cleanly delete these.
This could also serve as a basis for a configuration backup/restore tool to assist with #35.
The text was updated successfully, but these errors were encountered: