mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 19:00:05 -06:00
24 lines
301 B
YAML
24 lines
301 B
YAML
---
|
|
pkg: "assets"
|
|
dest: "."
|
|
output: "embed.go"
|
|
fmt: true
|
|
noprefix: true
|
|
|
|
compression:
|
|
compress: true
|
|
|
|
custom:
|
|
- files:
|
|
- "../../assets/"
|
|
base: "../../assets/"
|
|
prefix: ""
|
|
exclude:
|
|
- "appinfo/**"
|
|
- "LICENSE/**"
|
|
- "CHANGELOG.md"
|
|
- "README.md"
|
|
- "config.json"
|
|
|
|
...
|