Skip to content

Commit

Permalink
Merge pull request #1552 from alvasw/backport_bisq_1_windows_packagin…
Browse files Browse the repository at this point in the history
…g_fix

Packaging: Disable incompatible Windows resources
  • Loading branch information
alvasw authored Dec 27, 2023
2 parents 0d05a7e + dac53e4 commit 24fc1f0
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 24fc1f0

Please sign in to comment.