diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 97c33d0c..bbd4a035 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -613,6 +613,7 @@ export class BrowserWindow { let theme = JSON.parse( readFileSync(join(utils.getPath("themes"), "gh_" + apiRepo.id, "theme.json"), "utf8") ); + theme.id = apiRepo.id theme.commit = commit[0].sha; writeFileSync( join(utils.getPath("themes"), "gh_" + apiRepo.id, "theme.json"),