Browse Source

Use gitea.svg for public/img/gitea-gitea.svg instead of logo.svg (#14479)

tags/v1.15.0-dev
Kyle D GitHub 4 years ago
parent
commit
3cf81a0c95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/generate-svg.js

+ 1
- 1
build/generate-svg.js View File

@@ -65,7 +65,7 @@ async function main() {
await Promise.all([ await Promise.all([
...processFiles('../node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}), ...processFiles('../node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}),
...processFiles('../web_src/svg/*.svg'), ...processFiles('../web_src/svg/*.svg'),
...processFiles('../assets/logo.svg', {fullName: 'gitea-gitea'}),
...processFiles('../public/img/gitea.svg', {fullName: 'gitea-gitea'}),
]); ]);
} }




Loading…
Cancel
Save