Merge pull request #6870 from alvasw/packaging_disable_resources

Packaging: Disable incompatible Windows resources
This commit is contained in:
Alejandro García 2023-09-12 19:32:38 +00:00 committed by GitHub
commit 2c59946b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",