[PCTheme] Fix bug in last commit

This commit is contained in:
Ducko 2021-03-02 15:03:12 +00:00 committed by フズキ
parent e0371211ad
commit b5e55d0e7d
No known key found for this signature in database
GPG Key ID: AD7750AB4625F1DD
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sass from 'sass';
export default (manifestPath, repo) => {
const pcManifest = JSON.parse(readFileSync(manifestPath, 'utf8'));
const manifest = {
let manifest = {
main: 'index.js',
tags: ['theme', 'port'],