rpm/debs were missing files

This commit is contained in:
jamesread 2021-05-25 12:09:44 +01:00
parent b95fd64076
commit 936b64f2a3
1 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,7 @@ archives:
files: files:
- var/config.yaml - var/config.yaml
- LICENSE
- README.md - README.md
- Dockerfile - Dockerfile
- webui - webui
@ -81,3 +82,11 @@ nfpms:
- deb - deb
- rpm - rpm
- apk - apk
contents:
- src: webui
dst: /var/www/olivetin/
- src: var/config.yaml
dst: /etc/OliveTin/config.yaml
type: "config|noreplace"