Skip to content

Commit

Permalink
Packaging: Disable incompatible Windows resources
Browse files Browse the repository at this point in the history
We had the same bug in Bisq 1.
See: bisq-network/bisq#6870
  • Loading branch information
alvasw committed Dec 27, 2023
1 parent 0d05a7e commit dac53e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class WindowsPackage(private val resourcesPath: Path) : JPackagePackageFormatCon

override fun createArgumentsForJPackage(packageFormat: PackageFormat): List<String> =
mutableListOf(
"--resource-dir", resourcesPath.toAbsolutePath().toString(),
// "--resource-dir", resourcesPath.toAbsolutePath().toString(),
"--icon", resourcesPath.resolve("Bisq2.ico").toAbsolutePath().toString(),

"--win-dir-chooser",
Expand Down

0 comments on commit dac53e4

Please sign in to comment.