Skip to content

Commit

Permalink
add license to installers
Browse files Browse the repository at this point in the history
  • Loading branch information
amir1376 committed Aug 29, 2024
1 parent 2fd0adf commit d8be9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ compose {
vendor = "abdownloadmanager.com"
appResourcesRootDir.set(project.layout.projectDirectory.dir("resources"))
val menuGroupName = getPrettifiedAppName()
licenseFile.set(rootProject.file("LICENSE"))
linux {
debPackageVersion = getAppVersionStringForPackaging(TargetFormat.Deb)
rpmPackageVersion = getAppVersionStringForPackaging(TargetFormat.Rpm)
Expand Down

0 comments on commit d8be9e1

Please sign in to comment.