mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Merge pull request #6870 from alvasw/packaging_disable_resources
Packaging: Disable incompatible Windows resources
This commit is contained in:
commit
2c59946b9f
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ class WindowsPackage(private val resourcesPath: Path) : JPackagePackageFormatCon
|
|||
override fun createArgumentsForJPackage(packageFormat: PackageFormat): List<String> =
|
||||
mutableListOf(
|
||||
"--icon", resourcesPath.resolve("Bisq.ico").toAbsolutePath().toString(),
|
||||
"--resource-dir", resourcesPath.toAbsolutePath().toString(),
|
||||
|
||||
"--win-dir-chooser",
|
||||
"--win-per-user-install",
|
||||
|
|
Loading…
Add table
Reference in a new issue