2 Commits

Author SHA1 Message Date
CherretGit
82de796d25 Update update's.json and changelog 2025-11-08 06:48:44 +00:00
CherretGit
4e5c3e3847 remove existing config.json 2025-11-08 13:39:07 +07:00
4 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
Список изменений: 1. Полностью переписали модуль с Bash на Rust 2. Теперь конфиг хранится в формате JSON
Исправление ошибки запуска сервиса

View File

@@ -20,6 +20,9 @@ mkdir /sdcard/zaprett; mkdir /sdcard/zaprett/lists; mkdir /sdcard/zaprett/bin; m
ui_print "Copying lists and binaries to /sdcard/zaprett..."
cp -r $MODPATH/system/etc/zaprett/. /sdcard/zaprett/
ui_print "Remove exiting config.json"
rm /sdcard/zaprett/config.json
ui_print "Copying files to /bin"
arch=$(uname -m)
case "$arch" in

View File

@@ -1,6 +1,6 @@
{
"version": "6.0",
"versionCode": 60,
"version": "6.1",
"versionCode": 61,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.0.0/zaprett-hosts.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}

View File

@@ -1,6 +1,6 @@
{
"version": "6.0",
"versionCode": 60,
"version": "6.1",
"versionCode": 61,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.0.0/zaprett.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}