1
0

More integration steps, fix bug related to only NM install
All checks were successful
Build and test project / build-and-test (push) Successful in 1m28s

This commit is contained in:
2026-03-19 19:23:23 +01:00
parent 57f3811932
commit 48ea2c183b
3 changed files with 125 additions and 18 deletions

View File

@@ -584,7 +584,7 @@ import JSZip from 'jszip';
try {
if (nickelMenuOption === 'remove') {
await nmInstaller.loadAssets((msg) => { nmProgress.textContent = msg; });
await nmInstaller.loadAssets((msg) => { nmProgress.textContent = msg; }, false);
nmProgress.textContent = 'Writing KoboRoot.tgz...';
const tgz = await nmInstaller.getKoboRootTgz();
await device.writeFile(['.kobo', 'KoboRoot.tgz'], tgz);