commit 5cd09b847f5312ad42c27fa48e1d6cc3fab49ef4 Author: RIMPAC Date: Tue Jun 16 05:24:09 2026 +0300 Publish Rimpac Records 0.1.0 release files diff --git a/README.md b/README.md new file mode 100644 index 0000000..4bb0d4d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Rimpac Records Releases + +Публичный репозиторий только для обновлений Rimpac Records. + +Исходный код хранится в приватном репозитории OBS_Record_Plugin. + +## latest.json + +Плагин проверяет обновления по адресу: + +https://git.safe-cap.com/RIMPAC/OBS_Record_Plugin_Releases/raw/branch/main/latest.json + +## Файлы + +- $updateName - update package для автообновления. +- $installerName - первичный portable-инсталлятор. diff --git a/RimpacRecordsInstaller.zip b/RimpacRecordsInstaller.zip new file mode 100644 index 0000000..b838b57 Binary files /dev/null and b/RimpacRecordsInstaller.zip differ diff --git a/RimpacRecordsUpdate-0.1.0.zip b/RimpacRecordsUpdate-0.1.0.zip new file mode 100644 index 0000000..d369638 Binary files /dev/null and b/RimpacRecordsUpdate-0.1.0.zip differ diff --git a/latest.json b/latest.json new file mode 100644 index 0000000..4f11ab7 --- /dev/null +++ b/latest.json @@ -0,0 +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", + "sha256": "ed3ca5caa8390a1dc6e6b07fcc8112791f261e9c7a38c2a86f38e1665b2848d3", + "notes": "Первая beta-версия Rimpac Records." +}