Skip to content

Commit

Permalink
chore: 修改仓库名字
Browse files Browse the repository at this point in the history
  • Loading branch information
npmrun committed Feb 28, 2024
1 parent b42d7e1 commit d7048e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ builder.build({
publish: [
{
provider: 'github',
repo: 'electron-template',
repo: setting.app_title,
owner: 'npmrun'
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/main-config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultConfig: IConfig = {
language: "zh",
backup_rule: "0 0/30 * * * ?",
"common.theme": "auto",
"update.repo": "electron-template",
"update.repo": setting.app_title,
"update.owner": "npmrun",
"editor.bg": "",
"snippet.storagePath": path.join(storagePath, "./SnippetData"),
Expand Down

0 comments on commit d7048e4

Please sign in to comment.