Skip to content

Commit

Permalink
build(macos): Copy help and icons into package
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Mar 24, 2024
1 parent eb5ffb1 commit b4809fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions macosx/build.gradle.kts
Expand Up @@ -33,6 +33,12 @@ tasks {
include("*.jnilib")
into(layout.buildDirectory.dir("jpackage/LightZone.app/Contents/app"))
}
copy {
from(layout.buildDirectory.dir("resources/main/Resources"))
include("*.lproj/**")
include("*.icns")
into(layout.buildDirectory.dir("jpackage/LightZone.app/Contents/Resources"))
}
}
}
}
Expand Down

0 comments on commit b4809fd

Please sign in to comment.