Adjust update order
All checks were successful
Build and test project / build-and-test (push) Successful in 1m33s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m33s
This commit is contained in:
@@ -113,6 +113,9 @@ export class NickelMenuInstaller {
|
|||||||
const tgz = await this.getKoboRootTgz();
|
const tgz = await this.getKoboRootTgz();
|
||||||
await device.writeFile(['.kobo', 'KoboRoot.tgz'], tgz);
|
await device.writeFile(['.kobo', 'KoboRoot.tgz'], tgz);
|
||||||
|
|
||||||
|
progressFn('Updating Kobo eReader.conf...');
|
||||||
|
await this.updateEReaderConf(device);
|
||||||
|
|
||||||
if (features.length > 0) {
|
if (features.length > 0) {
|
||||||
const files = await this.collectFiles(features, progressFn);
|
const files = await this.collectFiles(features, progressFn);
|
||||||
progressFn('Writing files to Kobo...');
|
progressFn('Writing files to Kobo...');
|
||||||
@@ -125,9 +128,6 @@ export class NickelMenuInstaller {
|
|||||||
await device.writeFile(pathArray, fileData);
|
await device.writeFile(pathArray, fileData);
|
||||||
progressFn(`Writing files to Kobo (${i + 1} of ${totalFiles})...`);
|
progressFn(`Writing files to Kobo (${i + 1} of ${totalFiles})...`);
|
||||||
}
|
}
|
||||||
|
|
||||||
progressFn('Updating Kobo eReader.conf...');
|
|
||||||
await this.updateEReaderConf(device);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
progressFn('Done.');
|
progressFn('Done.');
|
||||||
|
|||||||
Reference in New Issue
Block a user