From 78cb5e9ffc8265d22a421ec7a5d77f4418ca45bc Mon Sep 17 00:00:00 2001 From: Raj Khemani Date: Wed, 29 Jan 2025 18:07:44 +0530 Subject: [PATCH 1/3] fix murena one and two scripts --- app/public/resources/one.json | 1 + app/public/resources/two.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app/public/resources/one.json b/app/public/resources/one.json index 3dae3e9..5b28df2 100644 --- a/app/public/resources/one.json +++ b/app/public/resources/one.json @@ -13,6 +13,7 @@ }, { "id": "flashing", + "mode": "bootloader", "command": [ "flash boot boot.img", "flash cache cache.img", diff --git a/app/public/resources/two.json b/app/public/resources/two.json index 35928a4..208fbb2 100644 --- a/app/public/resources/two.json +++ b/app/public/resources/two.json @@ -13,6 +13,7 @@ }, { "id": "flashing", + "mode": "bootloader", "command": [ "flash boot_a boot.img", "flash boot_b boot.img", -- GitLab From afee49e308a477093f8c43d91eb9b335d8065556 Mon Sep 17 00:00:00 2001 From: Raj Khemani Date: Wed, 29 Jan 2025 19:18:40 +0530 Subject: [PATCH 2/3] update FP4 build link --- app/public/resources/FP4-safe.json | 2 +- app/public/resources/FP4.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/resources/FP4-safe.json b/app/public/resources/FP4-safe.json index 1f267bb..f23cb99 100644 --- a/app/public/resources/FP4-safe.json +++ b/app/public/resources/FP4-safe.json @@ -125,7 +125,7 @@ { "name": "FP4 installer", "unzip": true, - "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-t-official-FP4.zip" + "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip" } ] } diff --git a/app/public/resources/FP4.json b/app/public/resources/FP4.json index 036fcfb..de33349 100644 --- a/app/public/resources/FP4.json +++ b/app/public/resources/FP4.json @@ -157,7 +157,7 @@ { "name": "FP4 installer", "unzip": true, - "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-t-official-FP4.zip" + "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip" } ] } -- GitLab From f9d571e6da84497e4dd3f83e161c080d6c212fea Mon Sep 17 00:00:00 2001 From: Raj Khemani Date: Thu, 30 Jan 2025 13:49:29 +0530 Subject: [PATCH 3/3] Bump 0.10 --- app/index.html | 2 +- app/package-lock.json | 4 ++-- app/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/index.html b/app/index.html index 828095f..f5ab27f 100644 --- a/app/index.html +++ b/app/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=0" /> - + /e/OS Installer diff --git a/app/package-lock.json b/app/package-lock.json index cfee925..5e9875c 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "eOS-installer", - "version": "0.9", + "version": "0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eOS-installer", - "version": "0.9", + "version": "0.10", "license": "GPLv3", "dependencies": { "@e/fastboot": "1.1.4", diff --git a/app/package.json b/app/package.json index ecfc3cb..6e30fa7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "eOS-installer", "license": "GPLv3", - "version": "0.9", + "version": "0.10", "type": "module", "scripts": { "dev": "vite", -- GitLab