rename phoenix -> ocis-phoenix

This commit is contained in:
A.Unger
2020-09-18 13:36:01 +02:00
parent aadf516151
commit d6694bcc3e
81 changed files with 152 additions and 159 deletions
+23
View File
@@ -0,0 +1,23 @@
---
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"
...