Skip to content

Commit 354438b

Browse files
authored
chore: rename org (#57)
1 parent 5c48c2b commit 354438b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
version: 10
3535

36-
- name: fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws/VSET-core/releases
36+
- name: fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI/VSET-core/releases
3737
run: |
3838
cd resources
39-
$baseUrl = "https://github.com/TensoRaws/VSET-core/releases/download/v4.2-0819"
39+
$baseUrl = "https://github.com/EutropicAI/VSET-core/releases/download/v4.2-0819"
4040
1..4 | ForEach-Object {
4141
$url = "$baseUrl/VSET-core.7z.00$_"
4242
Write-Host "Downloading $url ..."

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
with:
3333
version: 10
3434

35-
- name: fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws/VSET-core/releases
35+
- name: fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI/VSET-core/releases
3636
run: |
3737
cd resources
38-
$baseUrl = "https://github.com/TensoRaws/VSET-core/releases/download/v4.2-0819"
38+
$baseUrl = "https://github.com/EutropicAI/VSET-core/releases/download/v4.2-0819"
3939
1..4 | ForEach-Object {
4040
$url = "$baseUrl/VSET-core.7z.00$_"
4141
Write-Host "Downloading $url ..."

src/renderer/src/utils/getVpy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ These magic strings will be replaced in final script:
7070
- Video Path: __VIDEO_PATH__
7171
- Extra Model Path: __EXTRA_MODEL_PATH__
7272
73-
GitHub: https://github.com/TensoRaws/VSET
73+
GitHub: https://github.com/EutropicAI/VSET
7474
"""
7575
\n
7676
`

0 commit comments

Comments
 (0)