Skip to content

Commit 83d8bf4

Browse files
committed
fix: ci
1 parent 5ac56ef commit 83d8bf4

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
category: aarch64
2626

2727
runs-on: ${{ matrix.targets.os }}
28-
if: startsWith(github.repository, 'keiko233')
28+
if: startsWith(github.repository, 'LibNyanpasu')
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146
name: Update tag
147147
runs-on: ubuntu-latest
148148
needs: [release]
149-
if: startsWith(github.repository, 'keiko233')
149+
if: startsWith(github.repository, 'LibNyanpasu')
150150
steps:
151151
- name: Checkout repository
152152
uses: actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
182182
name: Update Nightly Updater
183183
runs-on: ubuntu-latest
184184
needs: [release, update_tag]
185-
if: startsWith(github.repository, 'keiko233')
185+
if: startsWith(github.repository, 'LibNyanpasu')
186186
steps:
187187
- name: Checkout repository
188188
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
category: aarch64
2424

2525
runs-on: ${{ matrix.targets.os }}
26-
if: startsWith(github.repository, 'keiko233')
26+
if: startsWith(github.repository, 'LibNyanpasu')
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v4
@@ -135,7 +135,7 @@ jobs:
135135
needs: release
136136
runs-on: ubuntu-latest
137137
if: |
138-
startsWith(github.repository, 'keiko233')
138+
startsWith(github.repository, 'LibNyanpasu')
139139
steps:
140140
- name: Checkout repository
141141
uses: actions/checkout@v4

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
release-update:
77
runs-on: ubuntu-latest
88
if: |
9-
startsWith(github.repository, 'keiko233')
9+
startsWith(github.repository, 'LibNyanpasu')
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4

backend/tauri/overrides/nightly.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"tauri": {
77
"updater": {
88
"endpoints": [
9-
"https://mirror.ghproxy.com/https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-nightly-proxy.json",
10-
"https://gh-proxy.com/https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-nightly-proxy.json",
11-
"https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-nightly.json"
9+
"https://mirror.ghproxy.com/https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update-nightly-proxy.json",
10+
"https://gh-proxy.com/https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update-nightly-proxy.json",
11+
"https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update-nightly.json"
1212
]
1313
}
1414
}

backend/tauri/src/core/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ fn decompress_and_set_permission(
341341

342342
pub async fn get_latest_version_manifest(mirror: &str) -> Result<ManifestVersion> {
343343
let url = format!(
344-
"{}/keiko233/clash-nyanpasu/raw/dev/manifest/version.json",
344+
"{}/LibNyanpasu/clash-nyanpasu/raw/dev/manifest/version.json",
345345
mirror
346346
);
347347
log::debug!("{}", url);

backend/tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"updater": {
7474
"active": true,
7575
"endpoints": [
76-
"https://mirror.ghproxy.com/https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-proxy.json",
77-
"https://gh-proxy.com/https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update-proxy.json",
78-
"https://github.com/keiko233/clash-nyanpasu/releases/download/updater/update.json"
76+
"https://mirror.ghproxy.com/https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update-proxy.json",
77+
"https://gh-proxy.com/https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update-proxy.json",
78+
"https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/updater/update.json"
7979
],
8080
"dialog": false,
8181
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlBMUM0NjMxREZCNDRGMjYKUldRbVQ3VGZNVVljbW43N0FlWjA4UkNrbTgxSWxSSXJQcExXNkZjUTlTQkIyYkJzL0tsSWF2d0cK"

src/pages/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function SettingPage() {
2121
};
2222

2323
const toGithubRepo = useLockFn(() => {
24-
return openWebUrl("https://github.com/keiko233/clash-nyanpasu");
24+
return openWebUrl("https://github.com/LibNyanpasu/clash-nyanpasu");
2525
});
2626

2727
return (

0 commit comments

Comments
 (0)