diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 98125067..0cd560ee 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -431,7 +431,7 @@ export class BrowserWindow { description: themeJson.description || themeDescription, path: themePath, file: theme, - test: join(themePath, "theme.json") + github_repo: themeJson.github_repo || "" }); } else { themeObjects.push({ @@ -439,7 +439,7 @@ export class BrowserWindow { description: themeDescription, path: themePath, file: theme, - test: join(themePath, "theme.json") + github_repo: "" }); } } diff --git a/src/renderer/views/pages/themes-github.ejs b/src/renderer/views/pages/themes-github.ejs index 98d4ee11..78c21b74 100644 --- a/src/renderer/views/pages/themes-github.ejs +++ b/src/renderer/views/pages/themes-github.ejs @@ -39,7 +39,10 @@