Document building of macOS headless jars and fix included native binaries on macOS

This commit is contained in:
Sebastian Kürten
2023-06-15 18:07:18 +02:00
parent 57f7501780
commit 3a0f8ed85c
3 changed files with 11 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import java.util.logging.Level.INFO
import java.util.logging.Level.WARNING
import java.util.logging.LogManager
private const val DEFAULT_PORT = 7000
private val DEFAULT_PORT = if (isMac()) 7001 else 7000
private val DEFAULT_DATA_DIR = getProperty("user.home") + separator + ".briar"
private class Main : CliktCommand(