Remove .raidionics/ directory during install and uninstall for Windows #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is related to issue #5.
Note that this PR only adds the fix for Windows, but I believe this is most critical there as most of the users are on Windows.
Doing the same for Linux is likely bad practice as the
.raidionics/
directory is likely created in the home directory (see this discussion).For macOS, I'm really not sure if this makes sense, as deletion of app bundles are done in a very different way. The bundles themselves are essentially just folders which lie in
/Applications
or similar. Deleting them means to delete the folder and nothing more. There is a discussion regarding this here.We should also consider creating the
.raidionics/
directory in a different directory in the future. I believe theC:/Users/some-user/AppData/Local/
might be suitable, but not sure.