Skip to content

Commit

Permalink
forgot certs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
opty authored and opty committed Jun 27, 2020
1 parent d2fb0bb commit 865675c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JRomManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ ospackage {
from (zipTree(distZip.archivePath)) {
include 'wrapper/**'
include 'webclient/**'
include 'certs/**'
}
from ('dist') {
include '*.bat'
Expand Down Expand Up @@ -703,6 +704,7 @@ setupBuilder {
from (zipTree(distZip.archivePath)) {
include 'wrapper/**'
include 'webclient/**'
include 'certs/**'
}
desktopStarter {
displayName = project.name
Expand Down

0 comments on commit 865675c

Please sign in to comment.