dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

Clean up package directory after application terminates #30

Open emmrichtuv opened 5 years ago

emmrichtuv commented 5 years ago

Is there a possibility to clean up the package directory after the application is closed? I am packaging an application which I use on my client's computers but I do not want any files left after the application is closed. At the moment I clean up the package folder manually. The problem is that I cannot clean the folder from my application while it runs.