Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Allow run as a windows service #274

Merged
merged 8 commits into from Dec 22, 2018
Merged

Allow run as a windows service #274

merged 8 commits into from Dec 22, 2018

Conversation

erikzhang
Copy link
Member

No description provided.

OnStop();
if (Environment.UserInteractive)
{
if (args.Length > 0 && args[0] == "/install")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should check first if the system is Windows

@erikzhang erikzhang merged commit 2f50dd2 into master Dec 22, 2018
@erikzhang erikzhang deleted the feature/service branch December 22, 2018 11:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants