Skip to content

Commit

Permalink
packaging: Add tor package to required Linux dependencies
Browse files Browse the repository at this point in the history
Tor failed to start for some users because their operating system didn't
ship Tor's dependencies. This change instructs the package manager to
install tor and all its required during the Bisq installation.

Fixes #2906
  • Loading branch information
alvasw committed Oct 19, 2024
1 parent addaf76 commit d378a42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class LinuxPackages(private val resourcesPath: Path, private val appName: String
"--linux-package-name", appName.lowercase().replace(" ", ""),
"--linux-app-release", "1",

"--linux-package-deps", "tor",

"--linux-menu-group", "Network",
"--linux-shortcut",

Expand Down

0 comments on commit d378a42

Please sign in to comment.