[FRONTEND] move the gitea svg to web_src/svg
and run make svg to update the forgejo svg as well
This commit is contained in:
parent
1424df9b71
commit
9560492a84
4 changed files with 3 additions and 11 deletions
|
@ -59,7 +59,6 @@ async function main() {
|
|||
await Promise.all([
|
||||
...processFiles('node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}),
|
||||
...processFiles('web_src/svg/*.svg'),
|
||||
...processFiles('public/assets/img/gitea.svg', {fullName: 'gitea-gitea'}),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue