Use public update package URLs

This commit is contained in:
RIMPAC 2026-06-16 05:28:12 +03:00
parent 5cd09b847f
commit 889546521b
2 changed files with 5 additions and 4 deletions

View File

@ -8,9 +8,10 @@
Плагин проверяет обновления по адресу:
https://git.safe-cap.com/RIMPAC/OBS_Record_Plugin_Releases/raw/branch/main/latest.json
http://git.safe-cap.com/RIMPAC/OBS_Record_Plugin_Releases/raw/branch/main/latest.json
## Файлы
- $updateName - update package для автообновления.
- $installerName - первичный portable-инсталлятор.
- RimpacRecordsUpdate-0.1.0.zip - update package для автообновления.
- RimpacRecordsInstaller.zip - первичный portable-инсталлятор.

View File

@ -1,6 +1,6 @@
{
"version": "0.1.0",
"packageUrl": "https://git.safe-cap.com/RIMPAC/OBS_Record_Plugin_Releases/raw/branch/main/RimpacRecordsUpdate-0.1.0.zip",
"packageUrl": "http://git.safe-cap.com/RIMPAC/OBS_Record_Plugin_Releases/raw/branch/main/RimpacRecordsUpdate-0.1.0.zip",
"sha256": "ed3ca5caa8390a1dc6e6b07fcc8112791f261e9c7a38c2a86f38e1665b2848d3",
"notes": "Первая beta-версия Rimpac Records."
}