Skip to content

Commit fdb18b1

Browse files
imsyyclaude
andcommitted
🔧 chore: 迁移仓库与更新源地址至 SPlayer-Dev
更新自动更新 feed (setFeedURL / dev-app-update.yml)、关于页更新日志接口 及 package.json 仓库字段,指向转移后的 SPlayer-Dev/SPlayer。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9b5192e commit fdb18b1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev-app-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
provider: github
2-
owner: "imsyy"
2+
owner: "SPlayer-Dev"
33
repo: "SPlayer"

electron/main/update/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { autoUpdater } = electronUpdater;
99
// 更新源
1010
autoUpdater.setFeedURL({
1111
provider: "github",
12-
owner: "imsyy",
12+
owner: "SPlayer-Dev",
1313
repo: "SPlayer",
1414
});
1515

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"main": "./out/main/index.js",
88
"author": "imsyy",
99
"home": "https://imsyy.top",
10-
"github": "https://github.com/imsyy/SPlayer",
10+
"github": "https://github.com/SPlayer-Dev/SPlayer",
1111
"blog": "https://blog.imsyy.top",
12-
"repository": "github:imsyy/SPlayer",
12+
"repository": "github:SPlayer-Dev/SPlayer",
1313
"license": "AGPL-3.0",
1414
"license-file": "LICENSE",
1515
"engines": {

src/api/other.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const updateLog = () => {
55
return request({
66
baseURL: "https://api.github.com",
77
withCredentials: false,
8-
url: "/repos/imsyy/SPlayer/releases",
8+
url: "/repos/SPlayer-Dev/SPlayer/releases",
99
params: { noCookie: true },
1010
});
1111
};

0 commit comments

Comments
 (0)