Skip to content

Commit

Permalink
Include VERSION file into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 4, 2024
1 parent 4365841 commit abbce74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) {
}
}

// // Version file
// into('/usr/share/wazuh-indexer') {
// from(rootProject.file('VERSION'))
// fileMode 0644
// }

// license files
if (type == 'deb') {
into("/usr/share/doc/${packageName}") {
Expand Down

0 comments on commit abbce74

Please sign in to comment.