Skip to content

Commit bbecb3d

Browse files
committed
fix unresolved license file
1 parent 0f1b084 commit bbecb3d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ compose.desktop {
8080
description = "Dalvikus is a versatile tool for working with Dalvik bytecode, APKs, and Android applications."
8181
vendor = "Leonhard Kohl-Loerting"
8282
copyright = "© 2025 Leonhard Kohl-Loerting - License: GPL-3.0"
83-
licenseFile.set(project.file("LICENSE"))
84-
83+
licenseFile.set(project.file("../LICENSE"))
8584

8685
linux {
8786
iconFile.set(project.file("desktopAppIcons/logo.png"))

0 commit comments

Comments
 (0)