Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal fun JvmApplicationContext.configureWix() {
if (disableWixDownload.get()) return

val root = project.rootProject
val wixDir = project.gradle.gradleUserHomeDir.resolve("compose-jb")
val wixDir = project.gradle.gradleUserHomeDir.resolve("compose-multiplatform")
val fileName = "wix311"
val zipFile = wixDir.resolve("$fileName.zip")
val unzipDir = root.layout.buildDirectory.dir(fileName)
Expand Down