electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.45k stars 512 forks source link

How to delete AppData folder when uninstall the App? #3648

Open Saikiran6311 opened 3 months ago

Saikiran6311 commented 3 months ago

Pre-flight checklist

Problem description

While uninstalling electron app, not able to delete app data in macOS and Windows. App data need to be deleted automatically. can we add any flag for it.

Proposed solution

.

Alternatives considered

.

Additional information

No response

erickzhao commented 3 months ago

How would you recommend doing this on macOS where uninstalling is just dragging your packaged .app folder into the Trash? 🤔

Saikiran6311 commented 2 months ago

We are currently writing scripts to delete app data and running them manually. However, we are looking to automate this process through Electron Forge to eliminate the need for manual script execution.

For macOS, if there is a built-in property or method to delete app data, it would simplify this task further.