Skip to content
Snippets Groups Projects
Commit bd086da3 authored by Nico's avatar Nico
Browse files

Use separate directory for database of Briar Desktop

Closes #23wq
parent b54d3f58
No related branches found
No related tags found
1 merge request!20Use separate directory for database of Briar Desktop
Pipeline #7649 passed
...@@ -26,7 +26,7 @@ import java.util.logging.Level.INFO ...@@ -26,7 +26,7 @@ import java.util.logging.Level.INFO
import java.util.logging.Level.WARNING import java.util.logging.Level.WARNING
import java.util.logging.LogManager import java.util.logging.LogManager
private val DEFAULT_DATA_DIR = getProperty("user.home") + separator + ".briar" private val DEFAULT_DATA_DIR = getProperty("user.home") + separator + ".briar" + separator + "desktop"
private class Main : CliktCommand( private class Main : CliktCommand(
name = "briar-desktop", name = "briar-desktop",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment