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
All checks were successful
Build and test project / build-and-test (push) Successful in 1m28s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user