diff --git a/.github/workflows/CI-build.yml b/.github/workflows/CI-build.yml index ffb0ce4..6ad9fed 100644 --- a/.github/workflows/CI-build.yml +++ b/.github/workflows/CI-build.yml @@ -33,10 +33,10 @@ jobs: with: version: 10 - - name: fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws/VSET-core/releases + - name: fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI/VSET-core/releases run: | cd resources - $baseUrl = "https://github.com/TensoRaws/VSET-core/releases/download/v4.2-0819" + $baseUrl = "https://github.com/EutropicAI/VSET-core/releases/download/v4.2-0819" 1..4 | ForEach-Object { $url = "$baseUrl/VSET-core.7z.00$_" Write-Host "Downloading $url ..." diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 8ec4584..9cc1047 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -32,10 +32,10 @@ jobs: with: version: 10 - - name: fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws/VSET-core/releases + - name: fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI/VSET-core/releases run: | cd resources - $baseUrl = "https://github.com/TensoRaws/VSET-core/releases/download/v4.2-0819" + $baseUrl = "https://github.com/EutropicAI/VSET-core/releases/download/v4.2-0819" 1..4 | ForEach-Object { $url = "$baseUrl/VSET-core.7z.00$_" Write-Host "Downloading $url ..." diff --git a/src/renderer/src/utils/getVpy.ts b/src/renderer/src/utils/getVpy.ts index a4a9804..63dfce8 100644 --- a/src/renderer/src/utils/getVpy.ts +++ b/src/renderer/src/utils/getVpy.ts @@ -70,7 +70,7 @@ These magic strings will be replaced in final script: - Video Path: __VIDEO_PATH__ - Extra Model Path: __EXTRA_MODEL_PATH__ -GitHub: https://github.com/TensoRaws/VSET +GitHub: https://github.com/EutropicAI/VSET """ \n `