8000 Add macOS use launchctl service controller by TinkoLiu · Pull Request #77 · BGmi/BGmi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add macOS use launchctl service controller #77

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

Merged
merged 2 commits into from
Feb 4, 2018
Merged

Add macOS use launchctl service controller #77

merged 2 commits into from
Feb 4, 2018

Conversation

TinkoLiu
Copy link
@TinkoLiu TinkoLiu commented Feb 3, 2018

Place this plist file into ~/Library/LaunchAgents
To start the service:
launchctl start ~/Library/LaunchAgents/me.ricterz.bgmi.plist
To stop the service:
launchctl stop ~/Library/LaunchAgents/me.ricterz.bgmi.plist
To enable the service:
launchctl load ~/Library/LaunchAgents/me.ricterz.bgmi.plist
To disable the service:
launchctl unload ~/Library/LaunchAgents/me.ricterz.bgmi.plist

@RicterZ
Copy link
Member
RicterZ commented Feb 3, 2018

CI 挂了

@TinkoLiu
Copy link
Author
TinkoLiu commented Feb 3, 2018

并不是很清楚为什么挂
我没有修改bgmi的代码
这个文件是在macOS下独立于bgmi本体之外的,所以理应不影响bgmi本体

@RicterZ
Copy link
Member
RicterZ commented Feb 3, 2018

NameError: global name 'JOIN_LEFT_OUTER' is not defined @trim21

@trim21
Copy link
Member
trim21 commented Feb 4, 2018

peewee发布了新的大版本,bgmi没锁定版本号.dev分支已经修复了

@trim21 trim21 merged commit c74a608 into BGmi:dev Feb 4, 2018
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

Successfully merging this pull request may close these issues.

3 participants
0