Include LICENSE and README.md in rpm and deb packages.
This commit is contained in:
parent
1f8482a68c
commit
511c3691e5
|
@ -60,6 +60,10 @@ ospackage {
|
|||
into 'doc'
|
||||
}
|
||||
|
||||
from(['README.md', 'LICENSE']) {
|
||||
into 'doc'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
buildRpm {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
HMCi - HMC Insights
|
||||
|
||||
Requires a Java 8 (or later) runtime.
|
||||
For more information, visit https://bitbucket.org/mnellemann/hmci/
|
||||
|
||||
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
id = hmci
|
||||
group = biz.nellemann.hmci
|
||||
version = 1.0.8
|
||||
version = 1.0.9
|
||||
|
|
Loading…
Reference in a new issue