We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1b084 commit bbecb3dCopy full SHA for bbecb3d
1 file changed
composeApp/build.gradle.kts
@@ -80,8 +80,7 @@ compose.desktop {
80
description = "Dalvikus is a versatile tool for working with Dalvik bytecode, APKs, and Android applications."
81
vendor = "Leonhard Kohl-Loerting"
82
copyright = "© 2025 Leonhard Kohl-Loerting - License: GPL-3.0"
83
- licenseFile.set(project.file("LICENSE"))
84
-
+ licenseFile.set(project.file("../LICENSE"))
85
86
linux {
87
iconFile.set(project.file("desktopAppIcons/logo.png"))
0 commit comments