diff --git a/config/app.php b/config/app.php index 063a5cbc..86a51874 100644 --- a/config/app.php +++ b/config/app.php @@ -22,7 +22,7 @@ return [ 'update_source' => env( 'UPDATE_SOURCE', 'https://dev.azure.com/blessing-skin/51010f6d-9f99-40f1-a262-0a67f788df32/_apis/git/'. - 'repositories/a9ff8df7-6dc3-4ff8-bb22-4871d3a43936/Items?path=%2Fupdate_preview.json' + 'repositories/a9ff8df7-6dc3-4ff8-bb22-4871d3a43936/Items?path=%2Fupdate.json' ), 'name' => env('APP_NAME', 'blessing_skin'), diff --git a/config/plugins.php b/config/plugins.php index b9e83cc8..be326b24 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,7 @@ return [ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://cdn.jsdelivr.net/gh/bs-community/plugins-dist@latest/registry-preview_{lang}.json' + 'https://cdn.jsdelivr.net/gh/bs-community/plugins-dist@latest/registry_{lang}.json' ), /* diff --git a/scripts/release.ps1 b/scripts/release.ps1 index 05f9d9db..037c9bdd 100644 --- a/scripts/release.ps1 +++ b/scripts/release.ps1 @@ -30,7 +30,7 @@ Copy-Item -Path "../$zip" -Destination $zip $manifest.latest = $current $manifest.url = $manifest.url.Replace($last, $current) $manifest.php = '7.2.5' -ConvertTo-Json $manifest | Out-File -FilePath update_preview.json +ConvertTo-Json $manifest | Out-File -FilePath update.json Write-Host "Update source is prepared." -ForegroundColor Green $azureToken = $env:AZURE_TOKEN