Skip to content
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

Clean up dlls after on systray.Quit() #18

Closed
luckcolors opened this issue Aug 27, 2016 · 2 comments
Closed

Clean up dlls after on systray.Quit() #18

luckcolors opened this issue Aug 27, 2016 · 2 comments

Comments

@luckcolors
Copy link
Contributor

Hello.
I wanted to ask if it would be possible to delte the dlls in appdata when you run systray.Quit()
i had this code in the systray.Quit function before but it didn't work because for some reason the files were still in use.

    err := os.RemoveAll(dllDir)
    if err != nil {
        log.Debugf("Unable to delete temporary dll directory %v: %v", err)
    }
@meskio
Copy link
Contributor

meskio commented Sep 18, 2018

Can this issue be closed now that #44 has being merged?

@luckcolors
Copy link
Contributor Author

Yeah sure. 👍

@getlantern getlantern deleted a comment from joesis Mar 1, 2021
bdwyertech pushed a commit to bdwyertech/systray that referenced this issue Dec 19, 2022
Simplify menu locks and use systrayMenuItemSelected into Event and EventGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@meskio @luckcolors and others