summaryrefslogtreecommitdiff
path: root/standalone.go
AgeCommit message (Collapse)Author
2018-11-14[bug] add the right executable to the snap autostartRuben Pollan
In case of SNAP environment we need to execute the /snap/bin/app.launcher and not os.Args[0]. - Resolves: #82
2018-10-10[feat] improve readability of errorsRuben Pollan
Let's not report 'bitmaskd is not running' in standalone mode. - Resolves: #35
2018-10-10[pkg] make standalone the default buildRuben Pollan
2018-07-10[feat] autostart the standalone systray if the vpn was onRuben Pollan
- Resolves: #8
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan