Skip to content

Commit

Permalink
💚 Make sure 'distributions' dir is there on package
Browse files Browse the repository at this point in the history
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Apr 8, 2023
1 parent 0cae72a commit e140e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ tasks.register('doPackageAll') {
doLast {
if (Os.isFamily(Os.FAMILY_UNIX)) {
exec {
mkdir("$buildDir/distributions")
executable "$projectDir/scripts/JLinkPackage.sh"
args = ["$buildDir"]
}
Expand Down

0 comments on commit e140e59

Please sign in to comment.