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

add program mutex, tray icon, portable install improvement #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add program mutex, tray icon, portable install improvement #34

wants to merge 3 commits into from

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    41d494d View commit details
    Browse the repository at this point in the history
  2. portable detection typo fix

    Ian Matt committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    c97465f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Portable mode: stop only when service running from portable folder

    When running in portable mode(ie not installed) it will send a stop
    control to the service in order to unlock the file so that the user
    can(eventually) delete the portable folder, however do this only if
    the service runs from the portable folder(don't stop an instance of
    the service if created/started by another program)
    Ian Matt committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d9099d2 View commit details
    Browse the repository at this point in the history