Fixed a few housekeeping things to make the linux packages more plug-and-play
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -4,7 +4,7 @@ import org.apache.commons.cli.*;
|
||||
|
||||
public class Cmd {
|
||||
|
||||
private String configPath = "/etc/dragoon/config.toml";
|
||||
private String configPath = "~/.config/dragoon.toml";
|
||||
|
||||
public Cmd(String[] args) throws ParseException {
|
||||
Options options = new Options();
|
||||
|
Reference in New Issue
Block a user