From 77c1e51f491e4330d9b14657c290a237879f64bf Mon Sep 17 00:00:00 2001 From: Nicolas Gelot Date: Wed, 10 Jul 2024 09:34:49 +0200 Subject: [PATCH] Fix avicii build as stable --- src/main/resources/yaml/OnePlusNord_fs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/yaml/OnePlusNord_fs.yml b/src/main/resources/yaml/OnePlusNord_fs.yml index fdad8e5d..58bd8f92 100644 --- a/src/main/resources/yaml/OnePlusNord_fs.yml +++ b/src/main/resources/yaml/OnePlusNord_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/dev/avicii/e-latest-t-avicii.zip - filePath: e-latest-t-avicii.zip + url: https://images.ecloud.global/stable/avicii/e-latest-s-avicii.zip + filePath: e-latest-s-avicii.zip twrp: - url: https://images.ecloud.global/dev/avicii/recovery-IMG-e-latest-t-avicii.zip - filePath: recovery-IMG-e-latest-t-avicii.zip + url: https://images.ecloud.global/stable/avicii/recovery-IMG-e-latest-s-avicii.zip + filePath: recovery-IMG-e-latest-s-avicii.zip -- GitLab